Releases: bbottema/simple-java-mail
Releases · bbottema/simple-java-mail
v6.4.3
- #284 Improved support for Calendar attachments created by gMail
- #283 Bugfix: Fix support for reading Calendar attachments with quoted-printable transfer-type
v6.4.2
#281 Bugfix: Fix support for reading Calendar attachments
v6.4.1
- #252 Bugfix: Added missing support for S/MIME envloped signing
v.6.4.0
- #268 Immediately resolve InputStreams when building emails, don't reuse
This primarily affects the builder api for S/MIME and DKIM signing / encryption.
v6.3.2
- #271: Bugfix: Attachment (file)names with special characters should not be encoded
v6.3.1
- #248 Bugfix: MimeMessageHelper: use complete filename as resource name
v6.3.0
- #279 Allow extra Session properties configured through simplejavamail.properties
- #277 Add API for using custom SSLSocketFactory
v6.2.0
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
- #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
#270 Bug: CLI module missing Jetbrains @nullable annotation dependency needed in runtime