From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <47b1988ad6993653467f69df8a69b4e6@quanstro.net> From: erik quanstrom Date: Fri, 6 Feb 2009 14:01:34 -0500 To: 9fans@9fans.net In-Reply-To: <498C4623.4090701@proweb.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] nupas mk install bug Topicbox-Message-UUID: 97f9dac0-ead4-11e9-9d60-3106f5b1d025 > 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