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 | 01/13/2005 (7524 days ago) |
Due | |
Updated | 01/17/2005 (7520 days ago) |
Assigned | 01/13/2005 (7524 days ago) |
Resolved | 01/15/2005 (7522 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ Assigned
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
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.