workflow - MimeKit 2.5.1
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 (more than 25x faster than OpenPOP.NET and over 100x faster than AE.Net.Mail and MailSystem.NET).
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 massive limitations or bugs.
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 2.5.1 -Source https://www.myget.org/F/workflow/api/v3/index.json
> nuget.exe install MimeKit -Version 2.5.1 -Source https://www.myget.org/F/workflow/api/v3/index.json
> dotnet add package MimeKit --version 2.5.1 --source https://www.myget.org/F/workflow/api/v3/index.json
> choco install MimeKit --version 2.5.1 --source https://www.myget.org/F/workflow/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "workflow" -SourceLocation "https://www.myget.org/F/workflow/api/v2"
Install-Module -Name "MimeKit" -RequiredVersion "2.5.1" -Repository "workflow"
Copy to clipboard
- Fixed parsing of email addresses containing unicode or other types of 8-bit text. (issue #536)
- Added a MimeTypes.TryGetExtension() method to try and get a file name extension based on a mime-type. (issue #534)
- Updated mime-type mappings.
-
.NETFramework 4.5
- BouncyCastle (>= 1.8.5)
-
.NETFramework 4.6
- BouncyCastle (>= 1.8.5)
-
.NETFramework 4.7
- BouncyCastle (>= 1.8.5)
-
.NETFramework 4.8
- BouncyCastle (>= 1.8.5)
-
MonoAndroid 0.0
-
Xamarin.iOS 0.0
-
.NETStandard 1.3
- Portable.BouncyCastle (>= 1.8.5)
- System.Data.Common (>= 4.3.0)
- System.Globalization.Extensions (>= 4.3.0)
- System.Reflection.TypeExtensions (>= 4.3.0)
- System.Text.Encoding.CodePages (>= 4.3.0)
-
.NETStandard 1.6
- Portable.BouncyCastle (>= 1.8.5)
- System.Data.Common (>= 4.3.0)
- System.Globalization.Extensions (>= 4.3.0)
- System.Reflection.TypeExtensions (>= 4.3.0)
- System.Text.Encoding.CodePages (>= 4.3.0)
-
.NETStandard 2.0
- Portable.BouncyCastle (>= 1.8.5)
- System.Data.Common (>= 4.3.0)
- System.Globalization.Extensions (>= 4.3.0)
- System.Reflection.TypeExtensions (>= 4.3.0)
- System.Text.Encoding.CodePages (>= 4.3.0)
- .NETFramework 4.5: 4.5.0.0
- .NETFramework 4.6: 4.6.0.0
- .NETFramework 4.7: 4.7.0.0
- .NETFramework 4.8: 4.8.0.0
- .NETStandard 1.3: 1.3.0.0
- .NETStandard 1.6: 1.6.0.0
- .NETStandard 2.0: 2.0.0.0
- MonoAndroid 0.0: 0.0.0.0
- Xamarin.iOS 0.0: 0.0.0.0
OwnersToma Bogdan flaviusm |
AuthorsJeffrey Stedfast |
Project URLhttp://www.mimekit.net/ |
LicenseMIT |
Tagsmime encryption arc dkim security smime s/mime openpgp pgp mbox mail email parser tnef net45 netstandard netstandard1.3 netstandard1.6 netstandard2.0 xamarin android ios monodroid monoandroid |
Info494896 total downloads |
| 34299 downloads for version 2.5.1 |
| Download (6.11 MB) |
| NuGet 2.12 or higher |
| Found on the current feed only |
Package history
| Version | Size | Last updated | Downloads | Mirrored? | |||
|---|---|---|---|---|---|---|---|
|
|
2.10.1 | 3.73 MB | Mon, 29 Mar 2021 12:11:27 GMT | 3250 |
|
||
|
|
2.10.0 | 3.11 MB | Wed, 19 May 2021 16:51:25 GMT | 348129 |
|
||
|
|
2.5.1 | 6.11 MB | Thu, 08 Oct 2020 21:05:45 GMT | 34299 |
|
||
|
|
2.2.0 | 6.16 MB | Mon, 14 Dec 2020 11:22:45 GMT | 30083 |
|
||
|
|
1.2.7.0 | 7.37 MB | Wed, 08 Jul 2015 16:44:36 GMT | 78444 |
|
||
|
|
1.0.8.0 | 4.97 MB | Fri, 06 Mar 2015 12:18:40 GMT | 134 |
|
||
|
|
1.0.0.0 | 4.9 MB | Thu, 30 Oct 2014 13:17:20 GMT | 359 |
|
||
|
|
0.95.0.0 | 4.79 MB | Mon, 06 Oct 2014 16:24:40 GMT | 198 |
|