Skip to content

Releases: Sicos1977/MSGReader

Version 5.7.0

08 Nov 18:42
Compare
Choose a tag to compare
  • Fix issue with Hebrew encoding
  • Fix issue with signed em parts
  • Other fixes

Version 5.6.6

22 Oct 11:49
Compare
Choose a tag to compare
  • Updated nuget packages
  • Added support for time formats like 15.45.23

Version 5.6.5

29 Aug 06:10
Compare
Choose a tag to compare
  • Updated nuget packages

Version 5.6.3

17 Jul 06:05
Compare
Choose a tag to compare
  • Updated nuget packages
  • Added option to leave a storage stream open when processing an MSG file

Version 5.6.2

26 Jun 18:32
Compare
Choose a tag to compare
  • Fix issue with invalid header dates that result in a DateTimeOffset error (issue #411)

Version 5.6.1

22 Jun 12:13
Compare
Choose a tag to compare
  • Updated nuget package
  • Fixed issue where the property MessageLocalId did throw and exception in some special cases
  • Fixed detection logic for html and text body parts in EML messages

Version 5.6.0

09 Jun 12:37
Compare
Choose a tag to compare
  • Updated nuget package
  • Changed all DateTime properties to DateTimeOffset

*** WARNING THIS VERSION BREAKS YOUR CODE IF YOUR VERSION IS LOWER THAN 5.6.0 ***
*** USE DateTimeOffset.ToLocalTime() to get local times again !!! ***

Version 5.5.9

29 May 17:43
Compare
Choose a tag to compare
  • Fixed encoding issue with HTML embedded in RTF on .NET8
  • Added TimeZone property

Version 5.5.8

22 May 17:05
Compare
Choose a tag to compare
  • Use the message codepage to decode mapi properties that are stored as PT_STRING8
  • Added IconIndex property

Version 5.5.7

13 Apr 07:27
Compare
Choose a tag to compare
  • Favor Content Type Name property above FileName property for the name of the attachment