> when I access the imap version of http://fastmail.fm/
> I've tried it on two mailboxes, it does this command
> 9x4 uid fetch 1:* (uid rfc822.size internaldate)
> then fails parsing the repsonses

thanks for the bug report.  i signed up for fastmail.fm
to figure out what's going on.

there were two independent failures.  first, fastmail.fm
takes the unusual step of reordering the requested fields.
the response parser wasn't able to deal with that.  simple
fix.  the second problem was parsing a list of flags in the
return.  we didn't ask for flags, but fastmail sent 'em anyway.
this part of the fix seems solid, but needs a little more testing.
since it's not working for you at all, would you try
/n/sources/contrib/quanstro/src/imap.c?
replace fs/imap.c with this file and recompile.

- erik

Reply via email to