Skip to content

Releases: Sicos1977/MsgKit

Version 2.5.2

19 Dec 16:31
Compare
Choose a tag to compare
  • Added extra check for inline images
  • Upgraded some code
  • Remove unused method
  • Updated nuget packages to latest versions
  • Dropped support for C# 4.5, minimal needed C# Framework version is now 4.6.2

Version 2.5.1

24 Dec 12:23
Compare
Choose a tag to compare
  • Check if the content id is not null when converting an EML to MSG format

Version 2.5.0

22 Dec 16:16
Compare
Choose a tag to compare
  • Updated nuget package
  • Target framework upgraded to .net 4.5.2 because 4.5 is end of life
  • Fixed issue where the IconIndex got overwritten when the msg file was saved as draft
  • Added support for Outlook contact cards

Version 2.4.2

19 Jul 12:44
Compare
Choose a tag to compare
  • Add an index to an attachment with the same name when converting eml to msg
  • Fix null reference error when disposing the Email object
  • Fix error when using the AddLink attachments method
  • Fix issue where custom headers get duplicated when using the SetHeaderValue method

Version 2.4.1

07 Apr 08:51
Compare
Choose a tag to compare
  • Nuget packages and code upgraded

Version 2.3.0

04 Mar 16:23
Compare
Choose a tag to compare
  • Fixes an issue where the e-mail body was set to text mode when the e-mail was created in draft mode

Version 2.2.0

28 Feb 15:40
Compare
Choose a tag to compare
  • Fixes an issue where the appointment was set as an e-mail type

Version 2.1.0

21 Nov 12:37
Compare
Choose a tag to compare
  • MsgKit is signed again

Version 2.0

09 Nov 17:53
Compare
Choose a tag to compare
  • Target .NET 4.5 and .NETSTANDARD 2.0

Version 1.2.7

04 Jul 11:34
Compare
Choose a tag to compare
  • Added IDisposable interface to Email class
  • Fix multithreading issue with rtf compression and renamed TransportMessageHeadersString property to TransportMessageHeadersText
  • Removed static from RtfCompressor class to fix multithreading issues where the RTF gets corrupted