mimekit - MimeKit 4.14.0.1828

MimeKit is an Open Source library for creating and parsing MIME, S/MIME and PGP messages on desktop and mobile platforms. It also supports parsing of Unix mbox files.

  Unlike any other .NET MIME parser, MimeKit's parser does not need to parse string input nor does it use a TextReader. Instead, it parses raw byte streams, thus allowing it to better support undeclared 8bit text in headers as well as message bodies. It also means that MimeKit's parser is significantly faster than other .NET MIME parsers.

  MimeKit's parser also uses a real tokenizer when parsing the headers rather than regex or string.Split() like most other .NET MIME parsers. This means that MimeKit is much more RFC-compliant than any other .NET MIME parser out there, including the commercial implementations.

  In addition to having a far superior parser implementation, MimeKit's object tree is not a derivative of System.Net.Mail objects and thus does not suffer from System.Net.Mail's limitations.

  API documentation can be found on the web at http://www.mimekit.net/docs

  For those that need SMTP, POP3 or IMAP support, check out https://github.com/jstedfast/MailKit

PM> Install-Package MimeKit -Version 4.14.0.1828 -Source https://www.myget.org/F/mimekit/api/v3/index.json

Copy to clipboard

> nuget.exe install MimeKit -Version 4.14.0.1828 -Source https://www.myget.org/F/mimekit/api/v3/index.json

Copy to clipboard

> dotnet add package MimeKit --version 4.14.0.1828 --source https://www.myget.org/F/mimekit/api/v3/index.json

Copy to clipboard
<PackageReference Include="MimeKit" Version="4.14.0.1828" />
Copy to clipboard
source https://www.myget.org/F/mimekit/api/v3/index.json

nuget MimeKit  ~> 4.14.0.1828
Copy to clipboard

> choco install MimeKit --version 4.14.0.1828 --source https://www.myget.org/F/mimekit/api/v2

Copy to clipboard
Import-Module PowerShellGet
Register-PSRepository -Name "mimekit" -SourceLocation "https://www.myget.org/F/mimekit/api/v2"
Install-Module -Name "MimeKit" -RequiredVersion "4.14.0.1828" -Repository "mimekit" 
Copy to clipboard

  • Updated BouncyCastle.Cryptography dependency to v2.6.1.
  • Added BodyBuilder.BodyEncoding property to allow setting body text encoding.
  • Fixed a number of TnefPropertyTags that didn't have proper Type info.
  • Added TnefPropertyTag.PuidA and TnefPropertyTag.PuidW and Obsoleted TnefPropertyTag.Puid.
  • Fixed TnefPropertyTag.ToUnicode() to only affect String8 tags.
  • Optimized the Base64Encoder to use hardware acceleration when available.
  • Optimized the Base64Decoder to use hardware acceleration when available.
  • Fixed parsing of short StatusGroups in MessageDeliveryStatus (issue #1181)
  • Fixed MimeParser and ExperimentalMimeParser to consistently adhere to ParserOptions.MaxMimeDepth.
  • Fixed MimeParser and ExperimentalMimeParser to properly (re)initialize their MboxMarker and MboxMarkerOffset properties before parsing each message in an mbox stream. When parsing fails, these properties will now have values of null and -1, respectively.
  • Fixed MultipartSigned.Create() to avoid corrupting binary content of the entity (or child entities) being signed (important for AS2 messages). (issue #1184)
    • Note: It is important for developers to properly set the ContentTransferEncoding of these parts to ContentEncoding.Binary to avoid corruption.
  • Fixed MimeParser, ExperimentalMimeParser and MimeReader to handle header lines that exceed the internal input buffer length. (issue #1189)
  • Obsoleted DkimSignerBase, DkimSigner, and ArcSigner .ctors that did not take a parameter that could be used to initialize the PrivateKey property.
  • Obsoleted DkimSignerBase.PrivateKey property setter.
  • .NETFramework 4.6.2
    • BouncyCastle.Cryptography (>= 2.6.1)
    • System.Buffers (>= 4.6.1)
    • System.Memory (>= 4.6.3)
  • .NETFramework 4.7
    • BouncyCastle.Cryptography (>= 2.6.1)
    • System.Buffers (>= 4.6.1)
    • System.Memory (>= 4.6.3)
  • .NETFramework 4.8
    • BouncyCastle.Cryptography (>= 2.6.1)
    • System.Buffers (>= 4.6.1)
    • System.Memory (>= 4.6.3)
  • .NETFramework 8.0
    • BouncyCastle.Cryptography (>= 2.6.1)
    • System.Security.Cryptography.Pkcs (>= 8.0.1)
  • .NETStandard 2.0
    • BouncyCastle.Cryptography (>= 2.6.1)
    • System.Buffers (>= 4.6.1)
    • System.Data.DataSetExtensions (>= 4.5.0)
    • System.Memory (>= 4.6.3)
    • System.Security.Cryptography.Pkcs (>= 8.0.1)
    • System.Text.Encoding.CodePages (>= 8.0.0)
  • .NETStandard 2.1
    • BouncyCastle.Cryptography (>= 2.6.1)
    • System.Security.Cryptography.Pkcs (>= 8.0.1)
    • System.Text.Encoding.CodePages (>= 8.0.0)
  • .NETFramework 4.6.2: 4.6.2.0
  • .NETFramework 4.7: 4.7.0.0
  • .NETFramework 4.8: 4.8.0.0
  • .NETFramework 8.0: 8.0.0.0
  • .NETStandard 2.0: 2.0.0.0
  • .NETStandard 2.1: 2.1.0.0

Owners

jstedfast

Authors

Jeffrey Stedfast

Project URL

https://www.mimekit.net/

License

MIT

Tags

mime encryption arc dkim security smime s/mime openpgp pgp mbox mail email parser tnef

Info

39 total downloads
0 downloads for version 4.14.0.1828
Download (5.99 MB)
NuGet 2.12 or higher
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
4.14.0.1828 5.99 MB Thu, 04 Dec 2025 14:22:02 GMT 0
4.14.0.1823 5.99 MB Thu, 04 Dec 2025 13:54:00 GMT 0
4.14.0.1822 5.99 MB Thu, 04 Dec 2025 13:52:04 GMT 0
4.14.0.1821 5.99 MB Tue, 02 Dec 2025 16:40:29 GMT 2
4.14.0.1814 5.99 MB Mon, 10 Nov 2025 21:21:01 GMT 37