Re: How to Receive a mail using JavaMail
Posted By:
John_Zukowski
Posted On:
Thursday, September 6, 2001 11:39 AM
You don't receive mail through JavaMail. Your mail server receives it. You read it from the mail server. Reading from there is already covered in the FAQ and the JavaMail tutorial.