From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] manual suggestions and upas/fs bug From: "Russ Cox" MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Tue, 17 Sep 2002 19:05:35 -0400 Topicbox-Message-UUID: ed695f4e-eaca-11e9-9e20-41e7f4b1d025 > We have both client and server bugs here. Thanks for your pointers. The IMAP client code has been cobbled together by a few people (myself included) who knew nothing about IMAP before working on it, so it's not surprising that these inefficiencies exist. > And *again* the server said there were no messages, thus > > -> 9X4 UID FETCH 1:* UID > > is completely bogus. That message range is invalid, and the client > should know that. However, the server should be responding with > something like > > 9X4 BAD Invalid sequence in FETCH I don't see why it's invalid and not just empty, but I agree that it is inefficient for the client to be sending it. Russ