Releases: jakartaee/mail-api
Jakarta Mail 1.6.5 Final Release
The 1.6.5 release is (hopefully) the last release of the Jakarta Mail project in the 1.x line, and includes several bug fixes and enhancements, including:
OAuth2 support for POP3
The main jar file is located at com.sun.mail:jakarta.mail.
The full list of changes is here:
https://eclipse-ee4j.github.io/mail/docs/CHANGES.txt
Please note the potential compatibility issues in this release:
https://eclipse-ee4j.github.io/mail/docs/COMPAT.txt
Jakarta Mail, like other parts of Jakarta EE, is moving to the jakarta.* package namespace.
This is a major change, and so the next release will be Jakarta Mail 2.0.0, which will be
included in Jakarta EE 9. Applications should be able to switch to this new version fairly
easily by just changing all imports that use javax.mail.* to instead use jakarta.mail.*. Note
that SNAPSHOT and Release Candidate versions of Jakarta Mail 2.0.0 are already available.
Enjoy!
The Jakarta Mail Team
Jakarta Mail 1.6.4 Final Release
The 1.6.4 release is the first release of the Jakarta Mail project
using the Jakarta EE Specification Process and includes several
bug fixes and enhancements, including:
- Renaming of the project from JavaMail to Jakarta Mail
- Support the NTLMv2 authentication protocol
- Several fixes related to UTF-8 handling
The main jar file is located at com.sun.mail:jakarta.mail.
The full list of changes is here:
https://eclipse-ee4j.github.io/mail/docs/CHANGES.txt
Please note the potential compatibility issues in this release:
https://eclipse-ee4j.github.io/mail/docs/COMPAT.txt
Please send feedback to [email protected].
Enjoy!
The Jakarta Mail Team
JavaMail 1.6.3 Final Release
The 1.6.3 release is the first release of the Eclipse project for JavaMail
and includes no bug fixes or enhancements. It does include changes
to the Maven coordinates. The main jar file is now located at
com.sun.mail:jakarta.mail.
The full list of changes is here:
https://eclipse-ee4j.github.io/javamail/docs/CHANGES.txt
Please note the potential compatibility issues in this release:
https://eclipse-ee4j.github.io/javamail/docs/COMPAT.txt
Please send feedback to [email protected].
Enjoy!
The JavaMail Team