Skip to content

Releases: bbottema/simple-java-mail

v5.1.1

08 Feb 14:30
Compare
Choose a tag to compare
  • v5.1.1 (22-December-2018): #190 Fix for transitive dependency clash because of emailaddress-rfc2822 library

v5.1.0

08 Feb 14:30
Compare
Choose a tag to compare
  • #179 You can now test the connection to the SMTP server

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