Releases: Sicos1977/MSGReader
Releases · Sicos1977/MSGReader
Version 5.4.3
- 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
- Removed dependency on .netstandard and changed code so that System.Drawing.Common is only used when targeting the .NET framework
Version 5.3.0
- 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
- 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
- Updates nuget packages because of a security warning
- Fixed decoding issues with decoding chars that are stored encoded into RTF
Version 5.2.3
- Fix for issue #352
- Updated nuget packages due to a CVE found in one of Microsoft it's nuget packages
Version 5.2.2
- Added encoding detector for malformed chars embedded in RTF
- Upgraded nuget packages
Version 5.1.1
- Various small bugfixes
Version 5.1.0
- Code cleanup and an issue with encoding fixed when de-encapsulating HTML from RTF
Version 5.0.0
- Upgraded nuget package
- Rewritten code that extract HTML from RTF (Warning test this before using it in production !!!)