Skip to content

Releases: bbottema/simple-java-mail

v6.3.2

12 Jul 16:10
Compare
Choose a tag to compare
  • #271: Bugfix: Attachment (file)names with special characters should not be encoded

v6.3.1

12 Jul 17:13
Compare
Choose a tag to compare
  • #248 Bugfix: MimeMessageHelper: use complete filename as resource name

v6.3.0

11 Jul 13:39
Compare
Choose a tag to compare
  • #279 Allow extra Session properties configured through simplejavamail.properties
  • #277 Add API for using custom SSLSocketFactory

v6.2.0

10 Jul 21:10
Compare
Choose a tag to compare

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

05 Jul 08:15
Compare
Choose a tag to compare
  • #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

v6.0.5

13 Jun 12:30
Compare
Choose a tag to compare

#270 Bug: CLI module missing Jetbrains @nullable annotation dependency needed in runtime

v6.0.4

03 May 12:44
Compare
Choose a tag to compare
  • #262 Bug: Executor settings passed to the builder are ignored
  • #249 Bug: MimeMessageParser doesn't handle multiple attachments with the same name correctly

v6.0.3

06 Feb 14:57
Compare
Choose a tag to compare
  • #245 Bug: JDK9+ Incorrect JPMS Automatic-Module-Name

v6.0.2

01 Feb 09:17
Compare
Choose a tag to compare
  • #246 Bug: Sending async emails with and without the Batch module cause lingering threads (preventing the JVM from shutting down)

v6.0.1

24 Jan 16:09
Compare
Choose a tag to compare

Updated Outlook parser dependency to 1.7.3.

Included changes from outlook-message-parser

  • v1.7.3: #27 When from name/address are not available (unsent emails), these fields are filled with binary garbage
  • v1.7.2: #26 To email address is not handled properly when name is omitted