Releases: bbottema/outlook-message-parser
Releases · bbottema/outlook-message-parser
v1.7.5
#31 Bugfix for attachments with special characters in the name
v1.7.4
#27 Same as 1.7.3, but now also for chinese senders
v1.7.3
#27 When from name/address are not available (unsent emails), these fields are filled with binary garbage
v1.7.2
#26 To email address is not handled properly when name is omitted
v1.7.1
- #25 NPE on ClientSubmitTime when original message has not been sent yet
- #23 Bug: _nameid directory should not be parsed (and causing invalid HTML body)
v1.7.0
- #18 Upgrade Apache POI 3.9 -> 4.x
v1.6.0
- #21 Multiple TO recipients are not handles properly
v1.5.0
v1.5.0 (18-December-2019)
- #20 CC and BCC recipients are not parsed properly
- #19 Use real Outlook ContentId Attribute to resolve CID Attachments
v1.4.1
- #17 Fixed encoding error for UTF-8's Windows legacy name (cp)65001
v1.4.0
v1.4.0 (13-October-2019)
- #9 Replaced the RFC to HTML converter with a brand new RFC-compliant convert! (thanks to @fadeyev!)