[Tickets #9538] Re: compose/reply malformed header
bugs at horde.org
bugs at horde.org
Thu Jan 27 10:24:04 UTC 2011
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/9538
------------------------------------------------------------------------------
Ticket | 9538
Updated By | Michael Slusarz <slusarz at horde.org>
Summary | compose/reply malformed header
Queue | IMP
Version | Git master
Type | Bug
State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners | Michael Slusarz
------------------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2011-01-27 05:24) wrote:
> Your IMAP server is broken.
In Courier version 4.7.0 (according to changelog, looks like nothing
substantial has changed to the present version), I get this:
(("=?utf-8?b?IkZyYW7Dp29pcw==?= Xavier. XXXXXX" NIL "rsalmon" "mbpgroup.com"))
So it is silently stripping the trailing double quote, which means it
is still broken, although in a different way. However, IMP seems to
handle this just fine.
The proper way of quoting this string would be:
(("=?utf-8?b?IkZyYW7Dp29pcw==?= Xavier. XXXXXX\\\"" NIL "rsalmon"
"mbpgroup.com"))
Or better yet, use a real server (like dovecot) that does literal
quoting the second it sees either a backslash or double quote.
More information about the bugs
mailing list