MimeKitLite 3.2.0
See the version list below for details.
Requires NuGet 2.12 or higher.
dotnet add package MimeKitLite --version 3.2.0
NuGet\Install-Package MimeKitLite -Version 3.2.0
<PackageReference Include="MimeKitLite" Version="3.2.0" />
paket add MimeKitLite --version 3.2.0
#r "nuget: MimeKitLite, 3.2.0"
// Install MimeKitLite as a Cake Addin #addin nuget:?package=MimeKitLite&version=3.2.0 // Install MimeKitLite as a Cake Tool #tool nuget:?package=MimeKitLite&version=3.2.0
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.
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 Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. 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 was computed. net461 is compatible. 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. |
-
.NETFramework 4.5.2
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.4)
-
.NETFramework 4.6.1
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.4)
- System.Text.Encoding.CodePages (>= 4.5.1)
-
.NETFramework 4.7
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.4)
- System.Text.Encoding.CodePages (>= 4.5.1)
-
.NETFramework 4.8
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.4)
- System.Text.Encoding.CodePages (>= 4.5.1)
-
.NETStandard 2.0
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.4)
- System.Reflection.TypeExtensions (>= 4.4.0)
- System.Text.Encoding.CodePages (>= 4.5.1)
-
.NETStandard 2.1
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.4)
- System.Reflection.TypeExtensions (>= 4.4.0)
- System.Text.Encoding.CodePages (>= 4.5.1)
-
net5.0
- No dependencies.
-
net6.0
- No dependencies.
NuGet packages (17)
Showing the top 5 NuGet packages that depend on MimeKitLite:
Package | Downloads |
---|---|
WireMock.Net
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 (6)
Showing the top 5 popular GitHub repositories that depend on MimeKitLite:
Repository | Stars |
---|---|
cyanfish/naps2
Scan documents to PDF and more, as simply as possible.
|
|
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.8.0 | 35,521 | 9/29/2024 |
4.7.1 | 308,786 | 7/12/2024 |
4.7.0 | 15,415 | 6/29/2024 |
4.6.0 | 185,591 | 5/18/2024 |
4.5.0 | 50,049 | 4/13/2024 |
4.4.0 | 116,666 | 3/2/2024 |
4.3.0 | 197,624 | 11/11/2023 |
4.2.0 | 107,398 | 9/2/2023 |
4.1.0.1 | 5,455,654 | 6/24/2023 |
4.1.0 | 15,914 | 6/17/2023 |
4.0.0 | 63,831 | 4/15/2023 |
3.6.1 | 38,390 | 3/19/2023 |
3.6.0 | 31,841 | 3/4/2023 |
3.5.0 | 55,362 | 1/28/2023 |
3.4.3 | 82,032 | 11/25/2022 |
3.4.2 | 59,659 | 10/24/2022 |
3.4.1 | 32,239 | 9/12/2022 |
3.4.0 | 18,140 | 8/18/2022 |
3.3.0 | 98,240 | 6/11/2022 |
3.2.0 | 91,777 | 3/26/2022 |
3.1.1 | 59,696 | 1/30/2022 |
3.1.0 | 14,268 | 1/15/2022 |
3.0.0 | 15,911 | 12/11/2021 |
2.15.1 | 260,833 | 9/13/2021 |
2.15.0 | 10,243 | 8/19/2021 |
2.14.0 | 15,745 | 7/28/2021 |
2.13.0 | 112,201 | 6/12/2021 |
2.12.0 | 35,131 | 5/12/2021 |
2.11.0 | 50,920 | 3/12/2021 |
2.10.1 | 94,249 | 12/5/2020 |
2.10.0 | 25,173 | 11/21/2020 |
2.9.2 | 90,376 | 9/12/2020 |
2.9.1 | 113,991 | 7/11/2020 |
2.7.0 | 162,561 | 5/19/2020 |
2.6.0 | 30,591 | 4/4/2020 |
2.5.2 | 57,685 | 3/14/2020 |
2.5.1 | 26,603 | 2/15/2020 |
2.5.0 | 29,779 | 1/18/2020 |
2.4.1 | 76,687 | 11/10/2019 |
2.4.0.1 | 5,518 | 11/5/2019 |
2.4.0 | 1,851 | 11/3/2019 |
2.3.2 | 56,303 | 10/12/2019 |
2.3.1 | 20,020 | 9/8/2019 |
2.3.0 | 23,447 | 8/24/2019 |
2.2.0 | 61,078 | 6/11/2019 |
2.1.5.1 | 102,257 | 5/13/2019 |
2.1.4 | 71,500 | 4/13/2019 |
2.1.3 | 62,939 | 2/24/2019 |
2.1.1 | 63,347 | 12/16/2018 |
2.1.0 | 17,861 | 12/1/2018 |
2.0.7 | 666,999 | 10/28/2018 |
2.0.6 | 90,943 | 8/4/2018 |
2.0.5 | 258,852 | 7/7/2018 |
2.0.4 | 56,135 | 5/21/2018 |
2.0.3 | 9,799 | 4/14/2018 |
2.0.2 | 17,971 | 3/17/2018 |
2.0.1 | 611,422 | 1/6/2018 |
2.0.0 | 14,071 | 12/22/2017 |
1.22.0 | 13,385 | 11/24/2017 |
1.20.0 | 35,466 | 10/28/2017 |
1.18.1 | 11,294 | 9/3/2017 |
1.18.0 | 14,179 | 8/7/2017 |
1.16.2 | 13,883 | 7/1/2017 |
1.16.1 | 32,818 | 5/5/2017 |
1.16.0 | 3,393 | 4/21/2017 |
1.14.0 | 8,612 | 4/9/2017 |
1.12.0 | 52,566 | 3/12/2017 |
1.10.1 | 13,903 | 1/28/2017 |
1.10.0 | 315,740 | 10/31/2016 |
* Rewrote QuotedPrintableEncoder to more strictly fold at the specified line length. (issue #781)
* Change the default maxLineLength for quoted-printable/base64 encoders to 76 to match the recommendation in the specification (was previously 72).
* Use cached Task instances (e.g. Task.CompletedTask) when possible to improve performance.
* Make use of ReadOnlySpan<T> instead of String.Substring() wherever possible to improve performance.
* Reduced string allocations in other ways.
* Provide MailboxAddress accessors for LocalPart and Domain. (issue #766)
* Replaced support for .NET Framework v4.6 with 4.6.1 and added a System.Text.Encoding.CodePages dependency to solve various cases where MimeKit would fail to initialize properly on ASP.NET systems using net461 when system character encodings were not available.
* Fixed MessagePartial to use invariant culture when setting number/total param values.
* Make sure all int.TryParse() calls use the correct NumberStyles.
* Make use of a ValueStringBuilder to construct strings without needing to allocate a StringBuilder.
* Fixed InternetAddressList.TryParse() to fail on invalid input. (issue #762)
* Added dispose handling to MimeMessage.CreateFromMailMessage().
* Improved MIME structure returned by TnefPart.ConvertToMessage().
* Rewrote header folding logic to avoid string allocations.
* Implemented IEquatable<T> on TnefNameId.
* If iso-8859-1 isn't available, fall back to ASCII instead of Windows-1252. (issue #751)
Special Thanks to Jason Nelson for taking the lead on many of the listed (and unlisted) performance
improvements and helping me make MimeKit even more awesome!