Skip to content

Releases: bbottema/simple-java-mail

v7.5.0

28 Jul 12:57
Compare
Choose a tag to compare
  • #411 Enhancement: expose validation sub steps in the MailerHelper class for the completeness check, CRLF inject scans and address validations
  • #410 Bug: CRLF injection scan missing for dispositionNotificationTo and returnReceiptTo
  • #390 Enhancement: make client sided validation optional, turning off address validation and CRLF injection detection

v7.4.0

19 Jul 15:47
Compare
Choose a tag to compare
  • #407 Enhancement: Process all Outlook message headers, either copying the as-is or translating them to respective Simple Java Mail API calls
  • #404 Minor bugfix: the new attachment's contentDescription was missing in Email.toString()

v7.3.0

15 Jul 17:23
Compare
Choose a tag to compare
  • #405 Feature: Expand email builder API to support forced content Content-Transfer-Encoding for attachments, like quoted-printable, base64, 7BIT and others
  • #404 Feature: Expand email builder API to support Content-Description on attachments

v7.2.1

13 Jul 21:15
Compare
Choose a tag to compare

#396 Enhancement: make Outlook support tolerant of invalid/empty nested Outlook message attachments

v7.2.0

13 Jul 13:24
Compare
Choose a tag to compare

#399 Feature: Expand email builder API to support selective content encoding, like quoted-printable, base64, 7BIT and others

v7.1.3

12 Jul 13:28
Compare
Choose a tag to compare

#403 Security: Bump zip4j (only used during testing)

v7.1.2

12 Jul 12:36
Compare
Choose a tag to compare
  • #401 Enhancement: Add HEIC and WEBP support when dynamically resolving embedded images from classpath
  • #402 Security: Update Log4j to 2.17.1
  • #393 Security: Update Apache POI and POI Scratchpad

v7.1.1

27 Mar 15:33
Compare
Choose a tag to compare

#387 Bug: memory leak in SMPT connection pool when 3rd party deallocation failed with exception

v7.1.0

31 Jan 21:03
Compare
Choose a tag to compare

#379 Maintenance: Adjust dependencies and make Java 9+ friendly

v7.0.2

25 Jan 22:32
Compare
Choose a tag to compare

#329 Enhancement: Exceptions cause error-level logging in addition to rethrowing the exception, but should just include the message in a custom exception
#378 Bug: package org.simplejavamail.internal.modules causes split package problem in Java9+