Skip to content

Jakarta Mail 1.6.5 Final Release

Compare
Choose a tag to compare
@bshannon bshannon released this 12 Mar 01:52
· 134 commits to master since this 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