Summary | Fix encoding of full email names containing a dot |
Queue | Horde Framework Packages |
Queue Version | HEAD |
Type | Bug |
State | Duplicate |
Priority | 1. Low |
Owners | |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 08/07/2008 (6172 days ago) |
Due | |
Updated | 08/11/2008 (6168 days ago) |
Assigned | 08/07/2008 (6172 days ago) |
Resolved | 08/11/2008 (6168 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
3.2.2 or HEAD. rfc822_filter doesn't exist in those files.
latest version yet as there were quite some heavy Kolab changes. I've
seen you fixed the same issue in
#6899.3.2.2 or HEAD. rfc822_filter doesn't exist in those files.
that function.
It fails for me when I try to send a message.
that function.
It fails for me when I try to send a message.
State ⇒ Feedback
that function.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Fix encoding of full email names containing a dot
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ Yes
New Attachment: framework-MIME-rfc822-quote-dot-fullname.patch
State ⇒ Unconfirmed
if you set a full name in IMP like "a.something", the full from line
will look like "a.something <mail@addr.com>" without quotes around the
full name.
IMP is then unable to send the message as the validation in pear's
MIME package fails -> validateAtom() thinks the dot is not allowed.
I quickly checked RFC 822 and I think validateAtom is right on this one.
Attached patch activates the encoding for the ".", too.
Enjoy,
Thomas