Eclipse Ee4j Mail Versions Save

Jakarta Mail Specification project

2.1.3

2 months ago

The 2.1.3 release is a bug fix release of 2.1.x (Jakarta EE 10).

Following changes are included:

New Contributors

Full Changelog: https://github.com/jakartaee/mail-api/compare/2.1.2...2.1.3

2.1.2

11 months ago

The 2.1.2 release is a bug fix release of 2.1.x (Jakarta EE 10).

Following changes are included:

Full Changelog: https://github.com/jakartaee/mail-api/compare/2.1.1...2.1.2

2.1.1

1 year ago

The 2.1.1 release is a bug fix release of 2.1.0.

Following changes are included:

New Contributors

Full Changelog: https://github.com/jakartaee/mail-api/compare/2.1.0...2.1.1

2.1.0

2 years ago

The 2.1.0 release provides API module only.

The implementation has been moved out from this project to the new Eclipse Angus project and lives in its own repository - https://github.com/eclipse-ee4j/angus-mail

Project Board: https://github.com/eclipse-ee4j/mail/projects/1 Full Changelog: https://github.com/eclipse-ee4j/mail/compare/2.0.1...2.1.0

1.6.7

3 years ago

The 1.6.7 release is a bug fix release of the Jakarta Mail project in the 1.x line, and includes several bug fixes and enhancements. 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

2.0.1

3 years ago

The 2.0.1 release is a bug fix release of the Jakarta Mail project in the 2.x line, and includes several bug fixes and enhancements. 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

Enjoy!

The Jakarta Mail Team

1.6.6

3 years ago

The 1.6.6 release is a bug fix release of the Jakarta Mail project in the 1.x line, and includes several bug fixes and enhancements. 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

2.0.0

3 years ago

The 2.0.0 release is the first release of the Jakarta Mail project using jakarta.mail.* package namespace. There are no bug fixes nor enhancements from previous release. 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.*. 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

Enjoy!

The Jakarta Mail Team

1.6.5

4 years ago

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

1.6.4

4 years ago

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