Re: [Mutt] #2957: mutt does not handle quotes in imap folders
#2957: mutt does not handle quotes in imap folders
Comment (by Brendan Cully):
{{{
On Friday, 14 September 2007 at 11:05, Mutt wrote:
> #2957: mutt does not handle quotes in imap folders
>
> mutt can create IMAP folders named like -> "test
> but it is unable to delete them.
>
> http://paste.lisp.org/display/47715
>
> Please see the above debug trace for details.
>
> << discussed with init0 and pdmef on #mutt @FreeNode >>
This looks like a bug in Microsoft Exchange Server 2007 IMAP4 service.
It is producing the following LIST response when mutt asks it which
folders are available:
* LIST (\Marked \HasNoChildren) "/" "test&ARI-
This needs to be quoted as "\"test&ARI-". The response produced by
exchange is not a valid encoding.
}}}
--
Ticket URL: <http://dev.mutt.org/trac/ticket/2957#comment:>