Re: Receiving SMTP messages
Posted By:
John_Zukowski
Posted On:
Tuesday, April 10, 2001 11:12 AM
What type of messages do you think you can receive with SMTP?
Re: Receiving SMTP messages
Posted By:
Michael_Wax
Posted On:
Sunday, April 8, 2001 01:32 PM
Transport extends javax.mail.Service. There is a corresponding class which also extends javax.mail.Service called Store which allows you to retrieve messages from a server. I have used implementations of Store for connecting to POP3 and IMAP servers. You can find more information at http://java.sun.com/products/javamail/index.html.