欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

下载地址 博客分类: Java基础 javamailapijava 

程序员文章站 2024-03-14 16:48:58
...

 

 

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.

相关标签: javamail api java