Releases: bbottema/simple-java-mail
Releases · bbottema/simple-java-mail
v5.1.1
- v5.1.1 (22-December-2018): #190 Fix for transitive dependency clash because of emailaddress-rfc2822 library
v5.1.0
- #179 You can now test the connection to the SMTP server
v5.0.8
- v5.0.8 (27-Oktober-2018): #178 Fix the annoying vulnerability Github report about spring-core
v5.0.7
- v5.0.7 (27-Oktober-2018): #175 Attachment names are not always parsed properly from MimeMessage
v5.0.6
- v5.0.6 (3-Oktober-2018): #167 Email addresses validated despite cleared validation validation criteria
v5.0.5
- v5.0.5 (3-Oktober-2018): #137 When replying to an email with HTML, the result body is empty
v5.0.4
- v5.0.4 (22-September-2018): #168 Properties aquired through ConfigLoader should be typed explicitly and converted if necessary
v5.0.3
- v5.0.3 (11-April-2018): #136 ServerConfig class should be public API
v5.0.2
- v5.0.2 (7-April-2018): #131 NamedDataSource should implement EncodingAware
v5.0.1
- 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