Releases: Sicos1977/MSGReader
Releases · Sicos1977/MSGReader
Version 6.0.9
Full Changelog: 6.0.7...6.0.9
Version 6.0.7
What's Changed
- Remove SenderSmtpAddressAlternate (0x5D0A) fallback that returns mailbox owner email by @Copilot in #487
- Update PR_MESSAGE_SIZE and PR_HASATTACH properties after attachment deletion by @Copilot in #488
- Handle invalid PT_SYSTIME values in MSG file parsing by @Copilot in #489
- Fix inline attachment detection incorrectly matching filename in body text by @Copilot in #490
- Fix issue with RTF/MELA header decoding by @nitrotm in #492
Full Changelog: 6.0.6...6.0.7
Version 6.0.6
What's Changed
- Fix regression: Preserve leading space in multiline email headers (RFC 2822 compliant) by @Copilot in #476
- Fix character encoding issue with German umlauts in attachment filenames by @Copilot in #477
- Add NETStandard.Library dependency for net462 to fix ASP.NET 4.81 compatibility by @Copilot in #480
Full Changelog: 6.0.5...6.0.6
Version 6.0.5
What's Changed
- Issue 467 by @YannBrulhart74 in #468
- [WIP] Unknown parameter in Content-Disposition. Ask developer to fix! Parameter: CREATION_DATE by @Copilot in #471
- Fix: Respect Content-Disposition header for text/* attachments with quoted-printable encoding by @Copilot in #472
- Verify fix for attachment filename fallback when ContentType.Name is missing by @Copilot in #473
- Fix RTF \line control word not being converted to newlines in HTML output by @Copilot in #474
New Contributors
- @Copilot made their first contribution in #471
Full Changelog: 6.0.4...6.0.5
Version 6.0.4
- Updated nuget packages
- Fixed UTF-8 character corruption in email headers (thanks to @PrzemyslawKlys)
- Replace newtonsoft with system.text.json (thanks to @PrzemyslawKlys)
Version 6.0.3
- Leave stream open when saving a MSG attachment
Version 6.0.2
- Updated nuget packages
- Fix null reference error when saving MSG attachment
- Fix flag issue when open storage
- Fix for French translation error
Version 6.0.1
- Updated to OpenMcdf v3.0.1
Version 6.0.0
- Updated nuget packages
- Updated to OpenMcdf version 3.0.0
Warning: OpenMcdf has breaking changes so make sure you dont have any other dependencies on older versions!!!
Version 5.7.3
- Updated nuget packages
- Dropped support for .net6
- Added support for .net 8 and 9