6.0.0-alpha14
7/1/25

[#7166] Fix encoding of full email names containing a dot
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

History
08/11/2008 08:45:06 AM Thomas Jarosch State ⇒ Duplicate
 
08/11/2008 08:44:42 AM Thomas Jarosch Comment #6 Reply to this comment
Looking at your patch, you are not using MIME.php from either Horde
3.2.2 or HEAD.  rfc822_filter doesn't exist in those files.
Thanks for checking and sorry for the noise. I've not updated to the 
latest version yet as there were quite some heavy Kolab changes. I've 
seen you fixed the same issue in #6899.


08/10/2008 01:51:41 AM Michael Slusarz Comment #5 Reply to this comment
Looking at your patch, you are not using MIME.php from either Horde 
3.2.2 or HEAD.  rfc822_filter doesn't exist in those files.
08/10/2008 01:49:34 AM Michael Slusarz Comment #4 Reply to this comment
This is exactly what the 'personal' case takes care of further down
that function.
So, does setting the fullname "a.something" work for you?
It fails for me when I try to send a message.
Works fine for me.
08/08/2008 07:16:02 AM Thomas Jarosch Comment #3 Reply to this comment
This is exactly what the 'personal' case takes care of further down
that function.
So, does setting the fullname "a.something" work for you?

It fails for me when I try to send a message.


08/07/2008 04:11:21 PM Michael Slusarz Comment #2
State ⇒ Feedback
Reply to this comment
This is exactly what the 'personal' case takes care of further down 
that function.
08/07/2008 02:07:07 PM Thomas Jarosch Comment #1
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 Download
State ⇒ Unconfirmed
Reply to this comment
Hello together,



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


Saved Queries