All Versions
26
Latest Version
Avg Release Cycle
17 days
Latest Release
1413 days ago

Changelog History
Page 1

  • v6.4.4 Changes

    October 25, 2020
    • ๐Ÿ‘ป #294 Always invoke async success/exception handlers even if set after sending email (behaving more like promises/futures)
    • ๐ŸŒฒ #291 On Exception only log the email ID at error level and log the whole email at trace level
    • ๐ŸŒฒ #290 Only perform expensive logging logic if respective logging level is enabled
  • v6.4.3 Changes

    August 06, 2020
    • ๐Ÿ‘ #284 Improved support for Calendar attachments created by gMail
    • ๐Ÿ›  #283 Bugfix: Fix support for reading Calendar attachments with quoted-printable transfer-type
  • v6.4.2 Changes

    August 03, 2020

    ๐Ÿ›  #281 Bugfix: Fix support for reading Calendar attachments

  • v6.4.1 Changes

    July 26, 2020
    • ๐Ÿ›  #252 Bugfix: Added missing support for S/MIME envloped signing
  • v6.4.0 Changes

    July 19, 2020
    • ๐Ÿ— #268 Immediately resolve InputStreams when building emails, don't reuse

    ๐Ÿ— This primarily affects the builder api for S/MIME and DKIM signing / encryption.

  • v6.3.2 Changes

    July 12, 2020
    • ๐Ÿ›  #271: Bugfix: Attachment (file)names with special characters should not be encoded
  • v6.3.1 Changes

    July 12, 2020
    • ๐Ÿ›  #248 Bugfix: MimeMessageHelper: use complete filename as resource name
  • v6.3.0 Changes

    July 11, 2020
    • ๐Ÿ”ง #279 Allow extra Session properties configured through simplejavamail.properties
    • #277 Add API for using custom SSLSocketFactory
  • v6.2.0 Changes

    July 10, 2020

    ๐Ÿš€ This release adds the following major new feature:

    • ๐Ÿ‘ #260 Add support for dynamic datasource resolution (file/url/classpath) for embedded images in HTML body
  • v6.1.0 Changes

    July 05, 2020
    • #264 Switch from AssertionError to IllegalStateException
    • โฌ†๏ธ Bumped outlook-message-parser from 1.7.3 to 1.7.5
      • bugfix for parsing chinese unsent Outlook messages
      • bugfix Outlook attachments with special characters in the name
    • โฌ†๏ธ Bumped email-rfc2822-validator from 2.1.3 to 2.2.0
      • bugfix properly handle brackets in email addresses when allowed
    • โฌ†๏ธ Bumped log4j-core from 2.6.1 to 2.13.2