下载地址

 

 

JavaMail1.4.1  API下载地址

http://www.oracle.com/technetwork/java/index-138643.html

 

The JavaMail 1.4.4 release contains several bug fixes and enhancements, including:

    - Ability to cache POP3 messages on disk.
    - In-memory POP3 message cache now uses soft references.
    - NTLM authentication support is now integrated, no longer need jcifs.jar.
    - SASL authentication support for SMTP.
    - New demo classes showing how to handle old non-MIME Outlook messages.

 

 

Note: Unless you're using Java SE 6, you will also need the JavaBeans Activation Framework (JAF) extension that provides the javax.activation package. We suggest you use version 1.1.1 of JAF, the latest release. JAF is included with Java SE 6.

你可能感兴趣的:(java,api,javamail)