[Bug 98720] Check validity recipient addresses before sending mail
Chris Samuel <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kmail |
|---|---|
| Message-ID | <[email protected]> |
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=98720
------- Additional Comments From kde csamuel org 2007-07-13 01:43 -------
This patch introduces a bug (118284) which prevents valid RFC 2822 group addresses from working, e.g.
Committee List: foo bar org, bar baz com;
That whole line is a valid group address according to section 3.4 "Address Specification", defined as:
group = display-name ":" [mailbox-list / CFWS] ";"
It would be nice if Kmail/Kontact was RFC 2822 compliant..