| 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
|
posted

0
|
|
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.
Thanks Paul, it is exactly what I want. Thanks a bunch!
|
 |
 |
|
|
subject: Where to find these properties in JavaMail?
|
|
|