Skip to content

Releases: bbottema/simple-java-mail

v6.6.0

01 Jun 20:58
Compare
Choose a tag to compare

#320 Added default S/MIME signing to Mailer lever and fixed crippling performance bug

v6.5.4

22 May 12:48
Compare
Choose a tag to compare
  • v6.5.4 (22-May-2021): #315 Enhancement: Nested attachments of Outlook message attachments are now preserved as standard EML MimeMessage attachments

    NOTE: This removes the Kryo dependency

v6.5.3

04 May 20:21
Compare
Choose a tag to compare
  • v6.5.3 (4-May-2021): #314 Bugfix: Nested attachments of Outlook message attachments are now preserved, by utilizing Kryo

    NOTE: This add Kryo as extra dependency to the outlook-module

v6.5.2

15 Apr 19:25
Compare
Choose a tag to compare

#311 Bugfix: text/calendar as string -> ClassCastException (if calendar type is not Inputstream)

v6.5.1

10 Apr 12:33
Compare
Choose a tag to compare

#307 / #310 Bugfix: embedded image resource name got mangled

v6.5.0

16 Feb 20:49
Compare
Choose a tag to compare

v6.5.0 (16-February-2021)

  • #298 Enhancement: Nested Outlook messages are no to discarded anymore, but parsed to serialized Email objects
  • #292 Bugfix: NullPointerException in SmimeUtilFixed when protocol is missing (which is valid)
  • #289 Bugfix: Support multiple headers with same key

This release breaks all GET/SET api regarding headers used as map (Map<String, T> -> Map<String, Collection)
This release might break api in the rare case you relied on the attachment list and you have nested Outlook .msg attachments (previously omitted in the results)

v6.4.5

13 Feb 14:23
Compare
Choose a tag to compare

v6.4.4

25 Oct 09:31
Compare
Choose a tag to compare
  • #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

06 Aug 11:26
Compare
Choose a tag to compare
  • #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

03 Aug 20:10
Compare
Choose a tag to compare

#281 Bugfix: Fix support for reading Calendar attachments