aspose file tools
The moose likes Other JSE/JEE APIs and the fly likes Where to find these properties in JavaMail? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Other JSE/JEE APIs
Reply Bookmark "Where to find these properties in JavaMail?" Watch "Where to find these properties in JavaMail?" New topic
Author

Where to find these properties in JavaMail?

Cole Terry
Ranch Hand

Joined: Nov 23, 2011
Posts: 45
Dear all,

When writing code for sending/receiving emails using JavaMail, I see some properties like this:



My question is, where do I find a complete reference about such properties?
I have searched in the JavaMail API documentation but did not find any.

Thanks.
Tim Moores
Rancher

Joined: Sep 21, 2011
Posts: 2329
Your best bet is most likely http://www.oracle.com/technetwork/java/faq-135477.html or http://java.sun.com/developer/onlineTraining/JavaMail/contents.html
Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 13842

Here's the link to the latest API docs: http://javamail.kenai.com/nonav/javadocs/overview-summary.html. Look in the documentation for the com.sun.mail.smtp package for the mail.smtp properties and so on.
Cole Terry
Ranch Hand

Joined: Nov 23, 2011
Posts: 45

Thanks Tim, however the information is very cluttered and not sufficient.


Paul Clapham wrote:Here's the link to the latest API docs: http://javamail.kenai.com/nonav/javadocs/overview-summary.html. Look in the documentation for the com.sun.mail.smtp package for the mail.smtp properties and so on.

Thanks Paul, it is exactly what I want. Thanks a bunch!
 
 
subject: Where to find these properties in JavaMail?
 
Threads others viewed
Javamail problem
Couldn't get Message List: Connect failed?!
Unable to get the list of folders in hotmail using JavaMail
where does JavaMail stores received messages?
JavaMail Errors with Properties object
MyEclipse, The Clear Choice