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

Re: Problems with nnimap 0.3.20 and CCMAIL IMAP server



 
> I am trying to use nnimap against a CCMail IMAP server.  I am able to
> connect correctly to the server, find my INBOX and all, but I only see
> 1 message in the INBOX (read or unread), where as there are currently
> over
> 600 messages according to Netscape's mail reader.....
 
> '*imap-log*' buffer, I noticed that the return from 'SELECT INBOX' gave 
> 627 EXISTS
> 626 RECENT
 
> C13 FETCH 1,* (UID)
> * 1 FETCH (UID 4198)
> C13 OK Completed
> C14 FETCH 1,* (UID)
> * 1 FETCH (UID 4198)
> C14 OK Completed
> C15 UID FETCH 4198 (UID RFC822.HEADER RFC822.SIZE BODY)
 
There is your problem.  FETCH 1,* means tell me about the first and
last article.  You only get one response.  I think that's a bug
your the server.
 
-Jim