[Imap-protocol] IMAP Server issue with Outlook 2003

Dan Karp dkarp at zimbra.com
Thu Jul 19 06:09:02 PDT 2007


> I'm implementing an IMAP server in Java (actually reading lotus notes
> nsf archives files and making their content available through an IMAP
> server), and am facing an issue when using (e.g. debugging) it with
> Outlook 2003.
> 
> Most probably, my server is not fully following the IMAP protocol, I
> read the RFC3501 couple of times but couldn't find anything wrong.
> 
> 0d3u UID FETCH 1 (UID FLAGS RFC822.PEEK INTERNALDATE)

In which version of the protocol was "RFC822.PEEK" a valid FETCH fetch_att?

(PS -- returning "RFC822" instead of "RFC822.PEEK" in your FETCH response may solve the problem.)


More information about the Imap-protocol mailing list