Skip to content

Releases: bbottema/outlook-message-parser

v1.7.5

27 Jun 12:26
Compare
Choose a tag to compare

#31 Bugfix for attachments with special characters in the name

v1.7.4

27 Jun 12:25
Compare
Choose a tag to compare

#27 Same as 1.7.3, but now also for chinese senders

v1.7.3

24 Jan 15:39
Compare
Choose a tag to compare

#27 When from name/address are not available (unsent emails), these fields are filled with binary garbage

v1.7.2

24 Jan 15:39
Compare
Choose a tag to compare

#26 To email address is not handled properly when name is omitted

v1.7.1

24 Jan 12:11
Compare
Choose a tag to compare
  • #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

09 Jan 20:11
Compare
Choose a tag to compare
  • #18 Upgrade Apache POI 3.9 -> 4.x

v1.6.0

08 Jan 20:58
Compare
Choose a tag to compare
  • #21 Multiple TO recipients are not handles properly

v1.5.0

18 Dec 16:56
Compare
Choose a tag to compare

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

22 Oct 08:42
Compare
Choose a tag to compare
  • #17 Fixed encoding error for UTF-8's Windows legacy name (cp)65001

v1.4.0

15 Oct 13:20
Compare
Choose a tag to compare

v1.4.0 (13-October-2019)

  • #9 Replaced the RFC to HTML converter with a brand new RFC-compliant convert! (thanks to @fadeyev!)