workflow - MimeKit 2.2.0
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.2.0 -Source https://www.myget.org/F/workflow/api/v3/index.json
> nuget.exe install MimeKit -Version 2.2.0 -Source https://www.myget.org/F/workflow/api/v3/index.json
> dotnet add package MimeKit --version 2.2.0 --source https://www.myget.org/F/workflow/api/v3/index.json
> choco install MimeKit --version 2.2.0 --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.2.0" -Repository "workflow"
Copy to clipboard
- Added support for ARC.
- Added AuthenticationResults class for parsing and constructing Authentication-Results and ARC-Authentication-Results headers.
- Added support for the Ed25519-SHA256 DKIM signature algorithm.
- Obsoleted MimeMessage DKIM API's in favor of the newer DKIM API's:
- MimeMessage.Sign (DkimSigner, ...) has been replaced by DkimSigner.Sign (MimeMessage, ...).
- MimeMessage.Verify (Header, ...) has been replaced by DkimVerifier.Verify (MimeMessage, Header, ...).
- Added DkimPublicKeyLocatorBase to help simplify implementing IDkimPublicKeyLocator.
-
.NETFramework 4.5
- 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)
-
Portable Class Library (.NETFramework 4.5, Windows 8.0)
- Portable.BouncyCastle (>= 1.8.5)
-
Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhoneApp 8.1)
- Portable.BouncyCastle (>= 1.8.5)
- .NETFramework 4.5: 4.5.0.0
- Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhoneApp 8.1): Profile111: 0.0.0.0
- Portable Class Library (.NETFramework 4.5, Windows 8.0): Profile7: 0.0.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 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 win8 wp81 |
Info494896 total downloads |
| 30083 downloads for version 2.2.0 |
| Download (6.16 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 |
|