Skip to content

Releases: Sicos1977/MSGReader

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

Version 5.5.6

06 Apr 13:07
Compare
Choose a tag to compare
  • Fix issue #397
  • Fix issue #399
  • Updated nuget package

Version 5.5.5

17 Jan 20:41
Compare
Choose a tag to compare
  • Target .net4.6.2, netstandard2.0 or netstandard2.1 instead of net5 and net6
  • Some small bugfixes

Version 5.5.4

13 Jan 18:18
Compare
Choose a tag to compare
  • Fixed issue #387
  • Fixed issue with signed message and nameless attachment

Version 5.5.3

08 Jan 10:45
Compare
Choose a tag to compare
  • Updated nuget package
  • Fixed issue with nameless attachment when processing a signed message