[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems with nnimap 0.3.20 and CCMAIL IMAP server



Message-ID: <SIMEON.9808141404.A26698@warhol.esys.ca>
Priority: NORMAL
X-Mailer: Simeon for Aix Motif Version Mercury a8 Build (11)
MIME-Version: 1.0
Content-Type: Text/PLAIN; CHARSET=US-ASCII

> C13 FETCH 1,* (UID)
> * 1 FETCH (UID 4198)
> C13 OK Completed
> C14 FETCH 1,* (UID)
> * 1 FETCH (UID 4198)
> C14 OK Completed

If that's what the server is returning, it's broken. You should get back
two untagged FETCH responses, one for the first message in the sequence, and 
one for the last. In a mailbox with only one message, that one message matches 
both criteria. E.g.:

  C: 0 fetch 1,* (UID)
  S: * 1 FETCH (UID 34)
  S: * 1 FETCH (UID 34)
  S: 0 OK


--lyndon