mimekit - MimeKit 4.16.0.2046
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.16.0.2046 -Source https://www.myget.org/F/mimekit/api/v3/index.json
> nuget.exe install MimeKit -Version 4.16.0.2046 -Source https://www.myget.org/F/mimekit/api/v3/index.json
> dotnet add package MimeKit --version 4.16.0.2046 --source https://www.myget.org/F/mimekit/api/v3/index.json
source https://www.myget.org/F/mimekit/api/v3/index.json
nuget MimeKit ~> 4.16.0.2046
Copy to clipboard
> choco install MimeKit --version 4.16.0.2046 --source https://www.myget.org/F/mimekit/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "mimekit" -SourceLocation "https://www.myget.org/F/mimekit/api/v2"
Install-Module -Name "MimeKit" -RequiredVersion "4.16.0.2046" -Repository "mimekit"
Copy to clipboard
- Simplified logic for illegal ctrl characters within quoted-string local-part tokens in addr-specs.
- Fixed IndexOutOfRangeException in ParseUtils.TryParseMsgId(). (issue #1227)
- Improved ParseException message for invalid ctrl chars in quoted-strings.
- Improved recovery logic for InternetAddressList.TryParse().
- Fixed leak in X509Certificate2Extensions.GetPrivateKeyAsAsymmetricKeyParameter(). (issue #1230)
- Fixed potential integer overflow in TnefPropertyReader. (issue #1231)
- Added support for converting ECDsa PrivateKeys between Windows and BouncyCastle.
- Partial Encryption and Certificate Validation Failures for S/MIME. (issue #1224)
- Fixed MimeParser/MimeReader.ScanContent to not init local until needed. (issue #1234)
- Improved Received header folding logic.
-
.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
Ownersjstedfast |
AuthorsJeffrey Stedfast |
Project URLhttps://www.mimekit.net/ |
LicenseMIT |
Tagsmime encryption arc dkim security smime s/mime openpgp pgp mbox mail email parser tnef |
Info9 total downloads |
| 6 downloads for version 4.16.0.2046 |
| Download (6.97 MB) |
| NuGet 2.12 or higher |
| Found on the current feed only |
Package history
| Version | Size | Last updated | Downloads | Mirrored? | |||
|---|---|---|---|---|---|---|---|
|
|
4.16.0.2046 | 6.97 MB | Tue, 21 Apr 2026 18:41:20 GMT | 6 |
|
||
|
|
4.16.0.2045 | 6.97 MB | Tue, 21 Apr 2026 17:47:03 GMT | 0 |
|
||
|
|
4.16.0.2044 | 6.97 MB | Mon, 20 Apr 2026 18:10:46 GMT | 3 |
|
||
|
|
4.16.0.2042 | 6.97 MB | Sun, 19 Apr 2026 20:48:55 GMT | 0 |
|
||
|
|
4.16.0.2041 | 6.97 MB | Sun, 19 Apr 2026 20:41:42 GMT | 0 |
|