mimekit - MimeKit 4.17.0.2115

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.17.0.2115 -Source https://www.myget.org/F/mimekit/api/v3/index.json

Copy to clipboard

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

Copy to clipboard

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

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

nuget MimeKit  ~> 4.17.0.2115
Copy to clipboard

> choco install MimeKit --version 4.17.0.2115 --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.17.0.2115" -Repository "mimekit" 
Copy to clipboard

  • Added a Received header parser.
  • Marked HtmlToHtml.FilterHtml as obsolete to warn developers that this feature is not enough to protect against Cross-Size Scripting (XSS) vulnerabilities.
  • Fixed logic for calculating maxOffset for Base64Encoder's hwaccel routines. (issue #1239)
  • Capped the maxLineLength at 76 for Base64Encoder (which is what it used to be capped at until v4.14).
  • Changed the default TnefPart mime-type to application/ms-tnef to match O365 Exchange behavior.
  • Code quality improvements.
  • .NETFramework 4.6.2
    • BouncyCastle.Cryptography (>= 2.6.2)
    • System.Buffers (>= 4.6.1)
    • System.Memory (>= 4.6.3)
  • .NETFramework 4.7
    • BouncyCastle.Cryptography (>= 2.6.2)
    • System.Buffers (>= 4.6.1)
    • System.Memory (>= 4.6.3)
  • .NETFramework 4.8
    • BouncyCastle.Cryptography (>= 2.6.2)
    • System.Buffers (>= 4.6.1)
    • System.Memory (>= 4.6.3)
  • .NETFramework 8.0
    • BouncyCastle.Cryptography (>= 2.6.2)
    • System.Security.Cryptography.Pkcs (>= 8.0.1)
  • .NETFramework 10.0
    • BouncyCastle.Cryptography (>= 2.6.2)
    • System.Security.Cryptography.Pkcs (>= 10.0.0)
  • .NETStandard 2.0
    • BouncyCastle.Cryptography (>= 2.6.2)
    • 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.2)
    • 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
  • .NETFramework 10.0: 10.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

59 total downloads
12 downloads for version 4.17.0.2115
Download (6.99 MB)
NuGet 2.12 or higher
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
4.17.0.2127 6.99 MB Fri, 12 Jun 2026 13:43:12 GMT 1
4.17.0.2116 6.99 MB Sun, 31 May 2026 14:31:39 GMT 18
4.17.0.2115 6.99 MB Wed, 27 May 2026 13:44:04 GMT 12
4.17.0.2113 6.99 MB Tue, 26 May 2026 20:58:12 GMT 4
4.16.0.2101 6.99 MB Sun, 17 May 2026 00:48:46 GMT 24