MimeKit 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

Showing the top 20 packages that depend on MimeKit.

Packages Downloads
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
5
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
2
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
1

* 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)

Version Downloads Last updated
4.16.0 0 04/15/2026
4.15.1 0 03/05/2026
4.15.0 0 02/14/2026
4.14.0 0 09/28/2025
4.13.0 0 06/25/2025
4.12.0 0 04/29/2025
4.11.0 0 03/08/2025
4.10.0 0 01/26/2025
4.9.0 0 12/09/2024
4.8.0 0 09/29/2024
4.7.1 0 07/11/2024
4.7.0 0 06/29/2024
4.6.0 0 05/17/2024
4.5.0 0 04/13/2024
4.4.0 0 03/02/2024
4.3.0 0 11/11/2023
4.2.0 0 09/02/2023
4.1.0 1 05/15/2026
4.0.0 1 05/15/2026
3.6.1 1 05/15/2026
3.6.0 1 05/15/2026
3.5.0 0 01/28/2023
3.4.3 1 05/15/2026
3.4.2 1 05/15/2026
3.4.1 1 05/15/2026
3.4.0 1 05/15/2026
3.3.0 1 05/15/2026
3.2.0 1 05/15/2026
3.1.1 1 05/15/2026
3.1.0 1 05/15/2026
3.0.0 1 05/15/2026
2.15.1 0 09/13/2021
2.15.0 1 05/15/2026
2.14.0 1 05/15/2026
2.13.0 0 06/12/2021
2.12.0 0 05/12/2021
2.11.0 0 03/12/2021
2.10.1 0 12/05/2020
2.10.0 0 11/21/2020
2.9.2 1 05/15/2026
2.9.1 1 05/15/2026
2.8.0 1 05/15/2026
2.7.0 1 05/15/2026
2.6.0 1 05/15/2026
2.5.2 0 03/14/2020
2.5.1 0 02/15/2020
2.5.0 1 05/15/2026
2.4.1 0 11/10/2019
2.4.0.1 0 11/05/2019
2.4.0 1 05/15/2026
2.3.2 0 10/12/2019
2.3.1 0 09/08/2019
2.3.0 0 08/24/2019
2.2.0 1 05/15/2026
2.1.5.1 0 05/13/2019
2.1.4 0 04/13/2019
2.1.3 1 05/15/2026
2.1.2 0 12/30/2018
2.1.1 0 12/16/2018
2.1.0 1 05/15/2026
2.0.7 0 10/28/2018
2.0.6 1 05/15/2026
2.0.5 1 05/15/2026
2.0.4 1 05/15/2026
2.0.3 1 05/15/2026
2.0.2 0 03/17/2018
2.0.1 1 05/15/2026
2.0.0 0 12/22/2017
1.22.0 0 11/24/2017
1.20.0 0 10/28/2017
1.18.1 0 09/03/2017
1.18.0 0 08/07/2017
1.16.2 0 07/01/2017
1.16.1 0 05/05/2017
1.16.0 0 04/21/2017
1.14.1 0 04/09/2017
1.14.0 0 04/09/2017
1.12.0 0 03/12/2017
1.10.1 0 01/28/2017
1.10.0 0 10/31/2016