Skip to content

Releases: bbottema/simple-java-mail

v5.0.8

08 Feb 14:29
Compare
Choose a tag to compare
  • v5.0.8 (27-Oktober-2018): #178 Fix the annoying vulnerability Github report about spring-core

v5.0.7

08 Feb 14:29
Compare
Choose a tag to compare
  • v5.0.7 (27-Oktober-2018): #175 Attachment names are not always parsed properly from MimeMessage

v5.0.6

08 Feb 14:49
Compare
Choose a tag to compare
  • v5.0.6 (3-Oktober-2018): #167 Email addresses validated despite cleared validation validation criteria

v5.0.5

08 Feb 14:29
Compare
Choose a tag to compare
  • v5.0.5 (3-Oktober-2018): #137 When replying to an email with HTML, the result body is empty

v5.0.4

08 Feb 14:29
Compare
Choose a tag to compare
  • v5.0.4 (22-September-2018): #168 Properties aquired through ConfigLoader should be typed explicitly and converted if necessary

v5.0.3

08 Feb 14:29
Compare
Choose a tag to compare
  • v5.0.3 (11-April-2018): #136 ServerConfig class should be public API

v5.0.2

08 Feb 14:28
Compare
Choose a tag to compare
  • v5.0.2 (7-April-2018): #131 NamedDataSource should implement EncodingAware

v5.0.1

08 Feb 14:27
Compare
Choose a tag to compare
  • v5.0.1 (10-March-2018): #130 java.lang.ClassNotFoundException: net.markenwerk.utils.mail.dkim.DkimMessage. Solves the issue of missing optional class DKIM even when not used

v5.0.0

08 Feb 14:26
Compare
Choose a tag to compare

Also see the migration notes

New features

  • #116 You can now test the connection to the SMTP server
  • #115 Create mailers with a very robust MailerBuilder API, able to ignore defaults as well
  • #114 Create emails with a very robust EmailBuilder API, able to ignore defaults as well. Now includes support for InternetAddress. Also copy emails.
  • #107 You can now easily forward or reply to emails!

Security updates

  • #111 Protocol properties for SMTPS are now applied properly
  • #105 SMTP tries to upgrade to TLS while SMTP_TLS now enforces it and for both SMTP_TLS and SMTPS, mail.smtp.ssl.checkserveridentity is set to true

Maintenance updates

Complete Javadoc overhaul. Navigating the Javadoc should be much more consistent now (builder API being the single public source of truth).

  • #122 The email-rfc2822-validator library has been made a proper Maven dependency (not packaged along anymore)
  • #120 The DKIM library has been made an optional proper Maven dependency (not packaged along anymore)
  • #119 Switched optional Spring dependency version to property and now testing with 4.3.11.RELEASE
  • #113 Updated the underlying JavaMail to 1.6.0

Bugfixes

  • #110 Trusted hosts should be space-delimited
  • #109 Email headers should be allowed to be empty (now conversion errors can occur as well)
  • #103 Converting to MimeMessage results in an invalid Content-Disposition for attachments

v4.4.5 - API backwards compatibility update

02 Sep 19:21
Compare
Choose a tag to compare

v4.4.5 (2-September-2017)

  • #101 API backwards compatibility update, reinstate old addRecipient API as deprecated
    (sorry for removing it abruptly)