From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <14bae42c259a2cc25468694aada1b29a@plan9.bell-labs.com> From: David Presotto To: matthias-9fans@mteege.de, 9fans@cse.psu.edu Subject: Re: [9fans] IMAP clients and plan9 imap server MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Fri, 10 Oct 2003 13:12:46 -0400 Topicbox-Message-UUID: 6beacafa-eacc-11e9-9e20-41e7f4b1d025 Matthias, I think I fixed the Opera problem. We were parsing what was a UID as a sequence number. Normally it doesn't matter. However a seqno can't be 0 and Opera was asking for uid 0 which resulted in a syntax error. The fix should be available for 'pull' soon or you can just copy over the new imap4d.c form sources, recompile, and tell me if it works.