MimeKit 3.0.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
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.0.0
NuGet\Install-Package MimeKit -Version 3.0.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.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MimeKit --version 3.0.0
#r "nuget: MimeKit, 3.0.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.0.0

// Install MimeKit as a Cake Tool
#tool nuget:?package=MimeKit&version=3.0.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 Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net452 is compatible.  net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 is compatible.  net471 was computed.  net472 was computed.  net48 is compatible.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (242)

Showing the top 5 NuGet packages that depend on MimeKit:

Package Downloads
MailKit The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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.

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

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

GitHub repositories (41)

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 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,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.
fullstackhero/dotnet-webapi-starter-kit
production grade .net 8 webapi starter kit with multitenancy support and clean code. 🔥
fullstackhero/blazor-starter-kit
Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.
Version Downloads Last updated
4.4.0 367,188 3/2/2024
4.3.0 3,084,461 11/11/2023
4.2.0 2,203,619 9/2/2023
4.1.0 3,083,013 6/17/2023
4.0.0 2,322,441 4/15/2023
3.6.1 737,598 3/19/2023
3.6.0 1,923,773 3/4/2023
3.5.0 2,083,760 1/28/2023
3.4.3 3,195,073 11/25/2022
3.4.2 2,166,534 10/24/2022
3.4.1 2,005,848 9/12/2022
3.4.0 587,053 8/18/2022
3.3.0 4,867,317 6/11/2022
3.2.0 9,134,347 3/26/2022
3.1.1 3,657,398 1/30/2022
3.1.0 787,225 1/15/2022
3.0.0 2,621,564 12/11/2021
2.15.1 2,458,607 9/13/2021
2.15.0 9,780,120 8/19/2021
2.14.0 917,746 7/28/2021
2.13.0 2,761,462 6/12/2021
2.12.0 1,544,644 5/12/2021
2.11.0 2,698,404 3/12/2021
2.10.1 5,639,086 12/5/2020
2.10.0 2,617,451 11/21/2020
2.9.2 3,498,108 9/12/2020
2.9.1 3,458,067 7/11/2020
2.8.0 5,423,956 5/30/2020
2.7.0 307,726 5/19/2020
2.6.0 7,152,411 4/4/2020
2.5.2 1,212,615 3/14/2020
2.5.1 1,641,843 2/15/2020
2.5.0 1,304,101 1/18/2020
2.4.1 2,397,686 11/10/2019
2.4.0.1 209,255 11/5/2019
2.4.0 56,585 11/3/2019
2.3.2 529,081 10/12/2019
2.3.1 1,305,575 9/8/2019
2.3.0 700,825 8/24/2019
2.2.0 2,521,046 6/11/2019
2.1.5.1 1,275,594 5/13/2019
2.1.4 820,498 4/13/2019
2.1.3 1,386,936 2/24/2019
2.1.2 1,480,730 12/30/2018
2.1.1 210,210 12/16/2018
2.1.0 467,998 12/1/2018
2.0.7 679,580 10/28/2018
2.0.6 3,765,428 8/4/2018
2.0.5 673,121 7/7/2018
2.0.4 686,081 5/21/2018
2.0.3 649,963 4/14/2018
2.0.2 232,051 3/17/2018
2.0.1 1,770,702 1/6/2018
2.0.0 226,487 12/22/2017
1.22.0 929,560 11/24/2017
1.20.0 362,989 10/28/2017
1.18.1 771,782 9/3/2017
1.18.0 234,214 8/7/2017
1.16.2 525,391 7/1/2017
1.16.1 701,048 5/5/2017
1.16.0 125,145 4/21/2017
1.14.1 53,180 4/9/2017
1.14.0 166,281 4/9/2017
1.12.0 257,430 3/12/2017
1.10.1 224,698 1/28/2017
1.10.0 680,794 10/31/2016

* Removed APIs marked as [Obsolete] in 2.x.
* Refactored X509CertificateDatabase protected methods to include a DbConnection parameter.
* Removed OpenPgpContextBase by folding the logic into OpenPgpContext.
* Added Async APIs for OpenPGP and S/MIME.
* Lazy-load headers on MimeMessage and MimeEntity (and subclasses) to improve performance.
* Added a new MimeReader class that acts as a lower-level MimeParser alternative, allowing developers to parse MIME content without having to instantiate a MIME tree of objects or wait until the parser has completed (and returned a MimeMessage or MimeEntity object) before processing MIME data. This is conceptually similar to a SAX XML parser approach.
* Added a new ExperimentalMimeParser that duplicates MimeParser functionality, but is built on top of MimeReader. This implementation will eventually replace MimeParser once I get some feedback on it. Should be ~5% faster than MimeParser.
* Improved MimeParser performance slightly based on some of the experimentation done to make the ExperimentalMimeParser fast.
* Added CancellationToken arguments for some AttachmentCollection.Add() overloads.
* Use 'net5.0' as the .NET 5.0 target framework moniker instead of 'net50'. (issue #720)
* Drop support for net45 and replace it with net452.
* Bumped Portable.BouncyCastle to 1.9.0
* Added new MimeMessage.GetRecipients() method.
* Make it possible to bypass MimeEntity preparation for signing by adding a PrepareBeforeSigning property to CryptographyContext. (issue #721)
* MimeMessage and MimeEntity now implement IDisposable. (issue #732)