Skip to content

v6.5.0

Choose a tag to compare

@bbottema bbottema released this 16 Feb 20:49
· 589 commits to develop since this release

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)