Posted By:
Christopher_Koenigsberg
Posted On:
Tuesday, January 28, 2003 06:47 AM
Where is the "mail.jar" file? (containing the JavaMail API, including the "provider" for IMAP)
Also if you are going to read a mailbox using IMAP, you need an IMAP server, which is not the same as Sendmail. Sendmail is just the SMTP server for sending outgoing messages. You could just keep a local message store yourself without an IMAP or POP server, and just use your Sendmail for sending outgoing messages.