MimeKit 3.5.0

.NET 6.0 .NET Standard 2.0 .NET Framework 4.6.2
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.12 or higher.

dotnet add package MimeKit --version 3.5.0
NuGet\Install-Package MimeKit -Version 3.5.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MimeKit" Version="3.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MimeKit --version 3.5.0
#r "nuget: MimeKit, 3.5.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MimeKit as a Cake Addin
#addin nuget:?package=MimeKit&version=3.5.0

// Install MimeKit as a Cake Tool
#tool nuget:?package=MimeKit&version=3.5.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.

     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

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 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (180)

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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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 (36)

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, 7.0 and 8.0 preview 2 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 24,589 3/19/2023
3.6.0 209,822 3/4/2023
3.5.0 579,334 1/28/2023
3.4.3 1,201,668 11/25/2022
3.4.2 964,403 10/24/2022
3.4.1 1,110,965 9/12/2022
3.4.0 334,836 8/18/2022
3.3.0 2,857,516 6/11/2022
3.2.0 4,824,168 3/26/2022
3.1.1 2,168,691 1/30/2022
3.1.0 569,377 1/15/2022
3.0.0 1,533,218 12/11/2021
2.15.1 1,651,074 9/13/2021
2.15.0 6,718,236 8/19/2021
2.14.0 753,052 7/28/2021
2.13.0 2,116,240 6/12/2021
2.12.0 1,235,080 5/12/2021
2.11.0 2,101,530 3/12/2021
2.10.1 4,138,507 12/5/2020
2.10.0 1,887,499 11/21/2020
2.9.2 3,009,510 9/12/2020
2.9.1 2,875,721 7/11/2020
2.8.0 3,831,838 5/30/2020
2.7.0 278,950 5/19/2020
2.6.0 5,279,167 4/4/2020
2.5.2 964,410 3/14/2020
2.5.1 1,376,315 2/15/2020
2.5.0 1,067,537 1/18/2020
2.4.1 2,033,970 11/10/2019
2.4.0.1 173,513 11/5/2019
2.4.0 40,183 11/3/2019
2.3.2 442,507 10/12/2019
2.3.1 1,156,531 9/8/2019
2.3.0 629,269 8/24/2019
2.2.0 2,211,324 6/11/2019
2.1.5.1 1,039,636 5/13/2019
2.1.4 685,298 4/13/2019
2.1.3 1,226,934 2/24/2019
2.1.2 1,314,918 12/30/2018
2.1.1 193,896 12/16/2018
2.1.0 369,102 12/1/2018
2.0.7 577,569 10/28/2018
2.0.6 3,216,540 8/4/2018
2.0.5 554,650 7/7/2018
2.0.4 606,694 5/21/2018
2.0.3 521,115 4/14/2018
2.0.2 189,305 3/17/2018
2.0.1 1,569,492 1/6/2018
2.0.0 180,002 12/22/2017
1.22.0 780,864 11/24/2017
1.20.0 332,452 10/28/2017
1.18.1 680,521 9/3/2017
1.18.0 216,643 8/7/2017
1.16.2 479,849 7/1/2017
1.16.1 573,591 5/5/2017
1.16.0 114,303 4/21/2017
1.14.1 48,495 4/9/2017
1.14.0 126,900 4/9/2017
1.12.0 206,004 3/12/2017
1.10.1 164,511 1/28/2017
1.10.0 644,512 10/31/2016

* Fixed potential NRE's in the GnuPG config parser
* Modified AsBouncyCastleCertificate() extension method to throw on fail
* Added Clone() methods to ContentType, ContentDisposition and Parameter.