Skip to content

Releases: bbottema/simple-java-mail

v4.2.1 Logging-only mode and Email conversions including Outlook .msg

12 Mar 18:45
Compare
Choose a tag to compare

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

12 Mar 11:11
Compare
Choose a tag to compare

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

04 Feb 15:22
Compare
Choose a tag to compare

Spring support and some small bugs

v4.1.1

30 Jul 18:31
Compare
Choose a tag to compare

Big fix for #50

4.1.0 Programmatic support for trusting SSL connections

22 Jul 18:41
Compare
Choose a tag to compare

#48: Added programmatic support trusting hosts for SSL connections
#47: Honor given names, deduce extension from datasource name, and more robust support for parsing mimemessages

4.0.0 Proxy support, config files and multithreading

05 Jul 18:38
Compare
Choose a tag to compare

#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

3.1.0 DKIM support

11 May 10:31
Compare
Choose a tag to compare
  • #36: Added proper toString and equals methods for the Email classes
  • #33: Added support for DKIM domain key signing

v2.4

12 Aug 19:52
Compare
Choose a tag to compare

v2.4: fixes #21: builder API uses CC and BCC recepient types incorrectly