MimeKit 2.3.1
See the version list below for details.
Requires NuGet 2.12 or higher.
dotnet add package MimeKit --version 2.3.1
NuGet\Install-Package MimeKit -Version 2.3.1
<PackageReference Include="MimeKit" Version="2.3.1" />
paket add MimeKit --version 2.3.1
#r "nuget: MimeKit, 2.3.1"
// Install MimeKit as a Cake Addin
#addin nuget:?package=MimeKit&version=2.3.1
// Install MimeKit as a Cake Tool
#tool nuget:?package=MimeKit&version=2.3.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
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.5
- BouncyCastle (>= 1.8.5)
-
.NETFramework 4.6
- BouncyCastle (>= 1.8.5)
-
.NETFramework 4.7
- BouncyCastle (>= 1.8.5)
-
.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)
-
MonoAndroid 0.0
- No dependencies.
-
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)
-
Xamarin.iOS 0.0
- No dependencies.
NuGet packages (179)
Showing the top 5 NuGet packages that depend on MimeKit:
Package | Downloads |
---|---|
MailKit
MailKit is an Open Source cross-platform .NET mail-client library that is based on MimeKit and optimized for mobile devices. Features include: * HTTP, Socks4, Socks4a and Socks5 proxy support. * SASL Authentication via ANONYMOUS, CRAM-MD5, DIGEST-MD5, LOGIN, NTLM, OAUTHBEARER, PLAIN, SCRAM-SHA-1, SCRAM-SHA-256, SCRAM-SHA-512 and XOAUTH2. * A fully-cancellable SmtpClient with support for STARTTLS, 8BITMIME, BINARYMIME, ENHANCEDSTATUSCODES, SIZE, DSN, PIPELINING and SMTPUTF8. * A fully-cancellable Pop3Client with support for STLS, UIDL, APOP, PIPELINING, UTF8, and LANG. * A fully-cancellable ImapClient with support for ACL, QUOTA, LITERAL+, IDLE, NAMESPACE, ID, CHILDREN, LOGINDISABLED, STARTTLS, MULTIAPPEND, UNSELECT, UIDPLUS, CONDSTORE, ESEARCH, SASL-IR, COMPRESS, WITHIN, ENABLE, QRESYNC, SORT, THREAD, ANNOTATE, LIST-EXTENDED, ESORT, METADATA / METADATA-SERVER, NOTIFY, FILTERS, LIST-STATUS, SORT=DISPLAY, SPECIAL-USE / CREATE-SPECIAL-USE, SEARCH=FUZZY, MOVE, UTF8=ACCEPT / UTF8=ONLY, LITERAL-, APPENDLIMIT, STATUS=SIZE, OBJECTID, REPLACE, SAVEDATE, XLIST, and X-GM-EXT1. * Client-side sorting and threading of messages (the Ordinal Subject and the Jamie Zawinski threading algorithms are supported). * Asynchronous versions of all methods that hit the network. * S/MIME, OpenPGP, DKIM and ARC support via MimeKit. * Microsoft TNEF support via MimeKit. |
|
netDumbster
netDumbster is a .Net Fake SMTP Server clone of the popular Dumbster (http://quintanasoft.com/dumbster/) netDumbster is based on the API of nDumbster (http://ndumbster.sourceforge.net/default.html) and the nice C# Email Server (CSES) written by Eric Daugherty. |
|
cloudscribe.Email.Senders
Classes that provide a common interface for sending email with smtp or popular email apis including SendGrid, Mailgun, and ElasticEmail |
|
OElite.Common
Package Description |
|
MsgKit
MsgKit is a 100% managed C# .NET library (no PINVOKE or whatsoever) which may be used for the creation of messages (E-Mail, Appointments, Journals and Stickey Notes) that are Outlook compatible |
GitHub repositories (37)
Showing the top 5 popular GitHub repositories that depend on MimeKit:
Repository | Stars |
---|---|
duplicati/duplicati
Store securely encrypted backups in the cloud!
|
|
dodyg/practical-aspnetcore
Practical samples of ASP.NET Core 2.1, 2.2, 3.1, 5.0, 6.0 and 7.0 projects you can use. Readme contains explanations on all projects.
|
|
OrchardCMS/OrchardCore
Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
|
|
blazorhero/CleanArchitecture
Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.
|
|
fullstackhero/dotnet-webapi-boilerplate
Clean Architecture Template for .NET 6.0 WebApi built with Multitenancy Support.
|
Version | Downloads | Last updated |
---|---|---|
3.6.1 | 3,892 | 3/19/2023 |
3.6.0 | 99,101 | 3/4/2023 |
3.5.0 | 498,175 | 1/28/2023 |
3.4.3 | 1,111,749 | 11/25/2022 |
3.4.2 | 919,636 | 10/24/2022 |
3.4.1 | 1,069,262 | 9/12/2022 |
3.4.0 | 325,868 | 8/18/2022 |
3.3.0 | 2,777,235 | 6/11/2022 |
3.2.0 | 4,675,648 | 3/26/2022 |
3.1.1 | 2,118,730 | 1/30/2022 |
3.1.0 | 558,522 | 1/15/2022 |
3.0.0 | 1,501,070 | 12/11/2021 |
2.15.1 | 1,622,562 | 9/13/2021 |
2.15.0 | 6,599,263 | 8/19/2021 |
2.14.0 | 747,594 | 7/28/2021 |
2.13.0 | 2,093,271 | 6/12/2021 |
2.12.0 | 1,220,931 | 5/12/2021 |
2.11.0 | 2,082,654 | 3/12/2021 |
2.10.1 | 4,087,316 | 12/5/2020 |
2.10.0 | 1,868,702 | 11/21/2020 |
2.9.2 | 2,993,417 | 9/12/2020 |
2.9.1 | 2,859,592 | 7/11/2020 |
2.8.0 | 3,808,400 | 5/30/2020 |
2.7.0 | 277,988 | 5/19/2020 |
2.6.0 | 5,216,997 | 4/4/2020 |
2.5.2 | 958,392 | 3/14/2020 |
2.5.1 | 1,367,943 | 2/15/2020 |
2.5.0 | 1,060,176 | 1/18/2020 |
2.4.1 | 2,022,479 | 11/10/2019 |
2.4.0.1 | 171,326 | 11/5/2019 |
2.4.0 | 39,614 | 11/3/2019 |
2.3.2 | 440,462 | 10/12/2019 |
2.3.1 | 1,150,879 | 9/8/2019 |
2.3.0 | 627,738 | 8/24/2019 |
2.2.0 | 2,202,462 | 6/11/2019 |
2.1.5.1 | 1,032,544 | 5/13/2019 |
2.1.4 | 682,442 | 4/13/2019 |
2.1.3 | 1,221,324 | 2/24/2019 |
2.1.2 | 1,310,023 | 12/30/2018 |
2.1.1 | 193,447 | 12/16/2018 |
2.1.0 | 367,614 | 12/1/2018 |
2.0.7 | 575,279 | 10/28/2018 |
2.0.6 | 3,200,166 | 8/4/2018 |
2.0.5 | 551,705 | 7/7/2018 |
2.0.4 | 604,895 | 5/21/2018 |
2.0.3 | 518,845 | 4/14/2018 |
2.0.2 | 188,630 | 3/17/2018 |
2.0.1 | 1,563,039 | 1/6/2018 |
2.0.0 | 178,483 | 12/22/2017 |
1.22.0 | 776,433 | 11/24/2017 |
1.20.0 | 331,771 | 10/28/2017 |
1.18.1 | 677,728 | 9/3/2017 |
1.18.0 | 216,271 | 8/7/2017 |
1.16.2 | 479,257 | 7/1/2017 |
1.16.1 | 569,590 | 5/5/2017 |
1.16.0 | 114,182 | 4/21/2017 |
1.14.1 | 48,320 | 4/9/2017 |
1.14.0 | 126,072 | 4/9/2017 |
1.12.0 | 205,221 | 3/12/2017 |
1.10.1 | 163,908 | 1/28/2017 |
1.10.0 | 643,661 | 10/31/2016 |
* Updated CmsSigner's default DigestAlgorithm to Sha256 instead of Sha1 to match System.Security.Cryptography.Pkcs.CmsSigner's default.
* Updated WindowsSecureMimeContext to default to IssuerAndSerialNumber for System.Security.Cryptography.Pkcs.CmsSigner.
* Added support for the RSASSA-PSS signature padding algorithm when using the BouncyCastle backend.
* Improved robustness of TNEF processing of email address fields.
* Modified FilteredStream.Flush*() to not flush the source stream. (MailKit issue #904)
* Added net46 and net47 assemblies to the NuGet package.