Re: IMAP,Javamail and Microsoft Exchange Server
Posted By:
Chandra_Patni
Posted On:
Thursday, February 21, 2002 08:17 PM
Microsoft Exchange Server is an IMAP server which acts like a message store. IMAP is the protocol a client API uses to get the messages/Folders etc. JavaMail is the client API which allows you to negotiate with IMAP or POP3 server (exchange in this case).