Skip to content

Releases: Sicos1977/MSGReader

Version 5.4.3

11 Sep 10:44
Compare
Choose a tag to compare
  • Modernized code
  • Updated nuget packages
  • Added option to delete attachments from an EML file (very small breaking change)
  • Added support for ALT tag on EML attachments

Version 5.4.0

22 Aug 17:07
Compare
Choose a tag to compare
  • Removed dependency on .netstandard and changed code so that System.Drawing.Common is only used when targeting the .NET framework

Version 5.3.0

22 Aug 16:36
Compare
Choose a tag to compare
  • Replaced UDE with UTF.Unknown to detect charset encodings
  • Added extra logging to log the detection of charset encodings
  • Added property to control the charset detection confidence level

Version 5.2.5

16 Aug 17:01
Compare
Choose a tag to compare
  • Updated nuget package
  • Fixed issue with RTF mismatch size, just try to decompress it and see if it works instead of throwing an error

Version 5.2.4

05 Jul 14:41
Compare
Choose a tag to compare
  • Updates nuget packages because of a security warning
  • Fixed decoding issues with decoding chars that are stored encoded into RTF

Version 5.2.3

23 Jun 06:00
39009ca
Compare
Choose a tag to compare
  • Fix for issue #352
  • Updated nuget packages due to a CVE found in one of Microsoft it's nuget packages

Version 5.2.2

18 May 13:54
Compare
Choose a tag to compare
  • Added encoding detector for malformed chars embedded in RTF
  • Upgraded nuget packages

Version 5.1.1

08 May 16:19
Compare
Choose a tag to compare
  • Various small bugfixes

Version 5.1.0

29 Apr 11:43
Compare
Choose a tag to compare
  • Code cleanup and an issue with encoding fixed when de-encapsulating HTML from RTF

Version 5.0.0

27 Apr 14:12
Compare
Choose a tag to compare
  • Upgraded nuget package
  • Rewritten code that extract HTML from RTF (Warning test this before using it in production !!!)