Skip to content

Releases: bbottema/simple-java-mail

v8.3.1

09 Oct 21:06
Compare
Choose a tag to compare

#440 Bug: names manually specified for embedded images are overridden and have extension added, breaking cid: references in HTML body

v8.3.0

09 Oct 18:19
Compare
Choose a tag to compare

#475 Enhancement: Add configuration metadata for Spring Boot application properties

This release adds a build-time only Spring Boot dependency, so nothing should change for you there. What's new is that now you will get IDE hints for available Simple Java Mail properties, for those IDE's that support this.

v8.2.0

02 Oct 16:32
Compare
Choose a tag to compare

#473: Bugfix: Add missing support for multiple reply-to addresses

v8.1.3 Security update and AutoCloseable Mailer for Spring

14 Jul 14:55
Compare
Choose a tag to compare

#467 Security: Medium severity vulnerability is detected in org.bouncycastle transitive dependency
#466 Maintenance: Let Mailer implement AutoCloseable, so it shuts down the connection pool automatically when disposed of by Spring

v8.1.2

23 Jun 12:26
Compare
Choose a tag to compare

#465 Regression bug #461: Simple Java Mail always requires DKIM/SMIME modules

v8.1.1

07 Jun 13:57
Compare
Choose a tag to compare

#461 Bugfix: Fixed MessageID not preserved when signing/encrypting with S/MIME and/or DKIM

v8.1.0 OSGi & Apache Karaf support

15 Apr 14:25
Compare
Choose a tag to compare
  • #458 Missing osgi headers (#288) and added support for Apache Karaf
  • #288 Maintenance: missing OSGI package-exports from core-module

v8.0.1

30 Mar 16:40
Compare
Choose a tag to compare

#456: Enhancement: make Content-Transfer encoder detection more lenient, supporting more values from the wild

v8.0.0 Defaults and Overrides overhaul

08 Mar 18:18
Compare
Choose a tag to compare

v8.0.0 (08-March-2023)

  • #451: Feature: Make defaults and overrides a first class feature
  • #452: Enhancement: with ".disableAllClientValidation(true)", also ignore errors from the completeness check
  • #450: Bug: when using dispositionNotificationTo or returnReceiptTo mode, when the corresponding emails are not filled, it fails even though it should fall back to replyTo or From
  • #449: Bug: IllegalArgumentException on parsing empty header name and value (when parsing Outlook message)
  • #448: Bug: withEmailDefaults and withEmailOverrides does not work with CustomMailer
  • #447: Enhancement: allow defaults/overrides to ignore individual fields (turn off for specific properties)
  • #446: Enhancement: add missing defaults properties for DKIM

v7.9.1

22 Feb 11:24
Compare
Choose a tag to compare

#444 Bugfix: encoded delimited recipients in EML not parsed properly