Skip to content

Releases: eclipse-ee4j/angus-mail

Angus Mail 2.0.3 Final Release

04 Mar 13:23
Compare
Choose a tag to compare

Bugfix release containing following enhancements and bug fixes:

  • #15 - in jakarta.mail artifact
  • #16 - Remove SecurityManager references from logging package
  • #52 - CompactFormatter support for LogRecord::getLongThreadID
  • #107 - java.io.UnsupportedEncodingException: en_US.iso885915 if charset is "en_US.iso885915"
  • #110 - WildFly support for MailHandler
  • #119 - MailHandler LogManger support for mail entries
  • #123 - MailHandler should catch ServiceConfigurationError
  • #124 - Illegal reflective access by com.sun.mail.util.SocketFetcher
  • #132 -NTLM Auth type3flags set after array is copied
  • Integrates Jakarta Mail API 2.1.3

Provides implementation of the Jakarta Mail 2.1 Specification.

Full Changelog: 2.0.2...2.0.3

Angus Mail 2.0.2 Final Release

22 May 06:51
Compare
Choose a tag to compare

Bugfix release of 2.0.x fixing integration with OSGI Mediator.

New Contributors

Full Changelog: 2.0.1...2.0.2

Angus Mail 2.0.1 Final Release

26 Jan 11:33
Compare
Choose a tag to compare

Bugfix release of 2.0.0 fixing compatibility with Java SE 8.

Provides implementation of the Jakarta Mail 2.1 Specification.

Full Changelog: 2.0.0...2.0.1

Angus Mail 2.0.0 Final Release

24 Jan 12:01
Compare
Choose a tag to compare

The 2.0.0 release of the Angus Mail moves everything from the old com.sun package namespace to org.eclipse.angus:

  • Changes Java module names com.sun.mail.* to org.eclipse.angus.mail.*
  • Changes Java package names com.sun.mail.* to org.eclipse.angus.mail.*

Provides implementation of the Jakarta Mail 2.1 Specification.

Full Changelog: 1.1.0...2.0.0

Angus Mail 1.1.0 Final Release

24 Jan 11:59
Compare
Choose a tag to compare

Minor release of the Eclipse Angus - Angus Mail project contains new enhancements and bug fixes:

  • #12 - Check server identity by default
  • #15 - org.eclipse.angus.mail bundle fails to resolve under OSGi due to mandatory 'sun.security.util' package
  • #20 - POP3 Protocol error handling can throw NPE
  • #26 - Illegal reflective access when calling idle()
  • #30 - DSN module with jakarta-mail bundle module issue (1)
  • #32 - DSN module with jakarta-mail bundle module issue (2)
  • #33 - Missing 'uses' in jakarta-mail bundle module-info
  • #35 - Add proper tests with JDK9+ modules
  • #47 - support GraalVM native image
  • #56 - Add the ability to provide own scheduled executor for SMTP timeout

Provides implementation of the Jakarta Mail 2.1 Specification.

New Contributors

Full Changelog: 1.0.0...1.1.0

Angus Mail 1.0.0 Final Release

31 Aug 08:38
Compare
Choose a tag to compare
  • New project creation files
  • Moved com.sun.mail sources from https://github.com/eclipse-ee4j/mail
  • New class com.sun.mail.util.MailStreamProvider that comes to implement mail-api jakarta.mail.util.StreamProvider

Full Changelog: 1.0.0-M1...1.0.0