Releases: bbottema/simple-java-mail
Releases · bbottema/simple-java-mail
v6.6.0
v6.5.4
v6.5.3
v6.5.2
v6.5.1
v6.5.0
v6.5.0 (16-February-2021)
- #298 Enhancement: Nested Outlook messages are no to discarded anymore, but parsed to serialized Email objects
- #292 Bugfix: NullPointerException in SmimeUtilFixed when protocol is missing (which is valid)
- #289 Bugfix: Support multiple headers with same key
This release breaks all GET/SET api regarding headers used as map (Map<String, T> -> Map<String, Collection)
This release might break api in the rare case you relied on the attachment list and you have nested Outlook .msg attachments (previously omitted in the results)
v6.4.5
- #306 Maintenance: Update outlook-message-parser to 1.7.9
- v1.7.9 - outlook-message-parser/issues/#28 / outlook-message-parser/issues/#36 bugfix NumberFormatException on parsing .msg files
- v1.7.8 - outlook-message-parser/issues/#35 Clarify permission to publish project using Apache v2 license
- v1.7.7 - outlook-message-parser/issues/#34 Wrong encoding for bodyHTML
- #304 Regression bugfix: batch-module needed for sending mails async, basic version should work without
- #303 Bugfix: EML Attachments are modified/have the wrong size