Michael Allan's Files

Icon  Name                    Size  
[PAR] Parent Directory - [jav] InternetAddressX.java 3.7K [txt] javamaildir.txt 359 [txt] mail.txt 16K [jav] MailSender.java 4.3K [jav] MessageX.java 2.2K [p-h] package.html 427 [jav] PartX.java 3.2K [jav] SMTPTransportX.java 5.4K [jav] StoreX.java 1.9K

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.