Name Size
Parent Directory -
AddressValidationP.java 5.7K
commons-email.txt 540
InternetAddressX.java 6.5K
javamaildir.txt 357
mail.txt 16K
MailSender.java 4.5K
MessageX.java 2.2K
package.html 375
PartX.java 3.2K
SMTPTransportX.java 5.4K
StoreX.java 2.0K
WicEmailAddressValidator.java 3.1K
Sending and receiving email.
The JavaMail 1.4 API Design Spec. leaves thread safety undocumented. The mailing lists have no warnings (but lots of unanswered questions). Clearly, they intend that the mail Session is thread safe, because they provide a method 'Session.getDefaultInstance()'; but that says nothing about the rest of the package. So we'll assume the whole package is not thread safe.