Summary | _rfc822Encode() incorrectly escapes names surrounded by quotes |
Queue | Horde Base |
Queue Version | 3.0.2 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | Horde Developers (at) |
Requester | imp (at) mavetju (dot) org |
Created | 2005-01-13 (5849 days ago) |
Due | |
Updated | 2005-01-17 (5845 days ago) |
Assigned | 2005-01-13 (5849 days ago) |
Resolved | 2005-01-15 (5847 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
Assigned to
Type ⇒ Bug
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Summary ⇒ _rfc822Encode() incorrectly escapes names surrounded by quotes
Queue ⇒ Horde Base
The function _rfc822Encode() (horde/lib/Horde/MIME.php) incorrectly
escapes strings which are surrounded by quotes. This happens when the
c-client returns literal strings which contain quotes around the name.
The solution is the same as the patch in
ticket #292, only inhorde/lib/Horde/MIME.php at line 698 this time.
Feel free to contact me for more information.