Releases: bbottema/simple-java-mail
v4.4.4 - API usability release
v4.4.4 (23-August-2017)
API usability release. This relase streamlined the recipient setters, breaking backwards compatibility (but straightforward to fix)
- #95 Feature: Add support native API for setting Return-Receipt-To header
- #93 Feature: Add support native API for setting Disposition-Notification-To header
- #91 Feature: Add support for parsing preformatted email addresses that include both
name and address - #94 Bugfix: A single EmailBuilder would build emails that all share the same collections
for recipients, attachments and embedded images - #98 Bugfix: Subject and body content should be optional
v4.3.0 - Security and Timeouts release
Security and timeout release.
This version safeguards against SMTP injection attack from external values entering the library through Email instance. Also, this release
introduces default/configurable timeouts for connecting, reading and writing when sending an email.
- #89 Support multiple delimited recipient addresses sharing the same TO/CC/BCC name
- #88 Safeguard subject property (and others) against SMTP CRLF injection attacks
- #85 Apply configurable timeouts when sending emails
- #83 Parse INLINE attachments without ID as regular attachments when converting (mostly
applicable to Apple emails)
v4.2.1 Logging-only mode and Email conversions including Outlook .msg
4.2.0 patched to 4.2.1: streamlined convenience methods for adding recipients.
Major feature: Using the EmailConverter you can now convert between Outlook .msg, EML, MimeMessage and Email!
- #66: Feature: convert email to EML
- #65: Feature: read outlook messages from .msg file
- #64: Feature: Added support for logging-only mode that skips the actual sending of emails
- #69: Enhancement: Expanded EmailBuilder API to inlude more options for setting (multiple) recipients
- #70: Enhancement: Most public API now have defensive null-checks for required fields (Fail Fast support)
- #68: Bugfix: Name should be required for embedded images (added safeguards)
- #67: Bugfix: Error when name was omitted for attachment
- minor: added methods on AttachmentResource that reads back the content as (encoded) String
- other: internal testing is now done using Wiser SMTP test server for testing live sending emails
v4.2.0 Logging-only mode and Email conversions including Outlook .msg
Major feature: Using the EmailConverter you can now convert between Outlook .msg, EML, MimeMessage and Email!
- #66: Feature: convert email to EML
- #65: Feature: read outlook messages from .msg file
- #64: Feature: Added support for logging-only mode that skips the actual sending of emails
- #69: Enhancement: Expanded EmailBuilder API to inlude more options for setting (multiple) recipients
- #70: Enhancement: Most public API now have defensive null-checks for required fields (Fail Fast support)
- #68: Bugfix: Name should be required for embedded images (added safeguards)
- #67: Bugfix: Error when name was omitted for attachment
- minor: added methods on AttachmentResource that reads back the content as (encoded) String
- other: internal testing is now done using Wiser SMTP test server for testing live sending emails
v4.1.3 Spring support
Spring support and some small bugs
v4.1.1
4.1.0 Programmatic support for trusting SSL connections
4.0.0 Proxy support, config files and multithreading
#41: added support for fast parallel batch processing
#42: added support for config files
#43: removed logging implementation dependencies from distribution and documented various sample configs
#39: simplified and renamed packages to reflect the domain name of the new website: simplejavamail.org
#38: added support for anonymous proxy
#38: added support for authenticated proxy