MimeKitLite 1.18.1

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 MimeKitLite --version 1.18.1
NuGet\Install-Package MimeKitLite -Version 1.18.1
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="MimeKitLite" Version="1.18.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MimeKitLite --version 1.18.1
#r "nuget: MimeKitLite, 1.18.1"
#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 MimeKitLite as a Cake Addin
#addin nuget:?package=MimeKitLite&version=1.18.1

// Install MimeKitLite as a Cake Tool
#tool nuget:?package=MimeKitLite&version=1.18.1

MimeKit is an Open Source library for creating and parsing MIME messages. 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 Compatible and additional computed target framework versions.
.NET net5.0 was computed.  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 netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed.  monoandroid10 is compatible. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wpa81 is compatible. 
Xamarin.iOS xamarinios was computed.  xamarinios10 is compatible. 
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 (17)

Showing the top 5 NuGet packages that depend on MimeKitLite:

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

Lightweight Http Mocking Server for .Net, inspired by WireMock from the Java landscape.

StrongGrid

StrongGrid is a strongly typed .NET client for SendGrid's v3 API.

AutoToolKit

MzAutomation Test Framework. Documentation coming soon..

MailKitLite

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.

OneBeyond.Studio.EmailProviders.Folder

Package Description

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on MimeKitLite:

Repository Stars
WireMock-Net/WireMock.Net
WireMock.Net is a flexible product for stubbing and mocking web HTTP responses using advanced request matching and response templating. Based on the functionality from http://WireMock.org, but extended with more functionality.
cube0x0/KrbRelay
Framework for Kerberos relaying
ixre/cms
DDD 开源.NET CMS、跨平台, 兼容.NET Core和ASP.NET,支持Docker容器
Jericho/StrongGrid
Strongly typed library for the entire SendGrid v3 API, including webhooks
Version Downloads Last updated
4.4.0 11,114 3/2/2024
4.3.0 105,786 11/11/2023
4.2.0 72,241 9/2/2023
4.1.0.1 1,762,666 6/24/2023
4.1.0 13,367 6/17/2023
4.0.0 49,737 4/15/2023
3.6.1 28,020 3/19/2023
3.6.0 21,967 3/4/2023
3.5.0 46,333 1/28/2023
3.4.3 70,193 11/25/2022
3.4.2 51,320 10/24/2022
3.4.1 29,203 9/12/2022
3.4.0 16,367 8/18/2022
3.3.0 77,705 6/11/2022
3.2.0 84,704 3/26/2022
3.1.1 52,917 1/30/2022
3.1.0 13,190 1/15/2022
3.0.0 14,874 12/11/2021
2.15.1 221,604 9/13/2021
2.15.0 9,971 8/19/2021
2.14.0 12,078 7/28/2021
2.13.0 98,399 6/12/2021
2.12.0 34,431 5/12/2021
2.11.0 47,313 3/12/2021
2.10.1 83,452 12/5/2020
2.10.0 22,507 11/21/2020
2.9.2 80,302 9/12/2020
2.9.1 98,871 7/11/2020
2.7.0 159,504 5/19/2020
2.6.0 28,391 4/4/2020
2.5.2 41,952 3/14/2020
2.5.1 25,269 2/15/2020
2.5.0 20,514 1/18/2020
2.4.1 72,952 11/10/2019
2.4.0.1 5,414 11/5/2019
2.4.0 1,743 11/3/2019
2.3.2 54,437 10/12/2019
2.3.1 19,077 9/8/2019
2.3.0 20,583 8/24/2019
2.2.0 55,408 6/11/2019
2.1.5.1 101,019 5/13/2019
2.1.4 70,906 4/13/2019
2.1.3 58,817 2/24/2019
2.1.1 57,998 12/16/2018
2.1.0 17,349 12/1/2018
2.0.7 634,201 10/28/2018
2.0.6 82,644 8/4/2018
2.0.5 170,137 7/7/2018
2.0.4 55,018 5/21/2018
2.0.3 9,186 4/14/2018
2.0.2 17,365 3/17/2018
2.0.1 583,678 1/6/2018
2.0.0 12,006 12/22/2017
1.22.0 12,633 11/24/2017
1.20.0 33,317 10/28/2017
1.18.1 10,552 9/3/2017
1.18.0 12,046 8/7/2017
1.16.2 11,445 7/1/2017
1.16.1 30,868 5/5/2017
1.16.0 3,183 4/21/2017
1.14.0 8,298 4/9/2017
1.12.0 50,220 3/12/2017
1.10.1 13,668 1/28/2017
1.10.0 312,554 10/31/2016

* Automatically register the CodePagesEncodingProvider when running on .NETStandard. (issue #330)
* Fixed MimeMessage.TextBody to return null when the top-level MIME part is a TextPart marked as an attachment.
* Fixed the HtmlToHtml converter to suppress comments if the HtmlTagContext's SuppressInnerContent property is active (even if FilterComments is false).