Skip to content

Releases: Sicos1977/MSGReader

Version 6.0.9

03 Mar 13:12

Choose a tag to compare

Version 6.0.7

18 Feb 08:58

Choose a tag to compare

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

19 Nov 07:03

Choose a tag to compare

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

01 Oct 08:32

Choose a tag to compare

  • Updated nuget packages
  • Fixes issues #467, #469, #470 (mostly done by co-pilot)

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

27 Aug 07:19

Choose a tag to compare

  • 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

03 Aug 11:29

Choose a tag to compare

  • Leave stream open when saving a MSG attachment

Version 6.0.2

02 Aug 12:21

Choose a tag to compare

  • 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

26 Jun 12:09

Choose a tag to compare

  • Updated to OpenMcdf v3.0.1

Version 6.0.0

15 Jun 11:47

Choose a tag to compare

  • 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

12 Jun 11:46

Choose a tag to compare

  • Updated nuget packages
  • Dropped support for .net6
  • Added support for .net 8 and 9