MailKitLite 3.5.0
Requires NuGet 2.12 or higher.
dotnet add package MailKitLite --version 3.5.0
NuGet\Install-Package MailKitLite -Version 3.5.0
<PackageReference Include="MailKitLite" Version="3.5.0" />
paket add MailKitLite --version 3.5.0
#r "nuget: MailKitLite, 3.5.0"
// Install MailKitLite as a Cake Addin
#addin nuget:?package=MailKitLite&version=3.5.0
// Install MailKitLite as a Cake Tool
#tool nuget:?package=MailKitLite&version=3.5.0
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.
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 |
-
.NETFramework 4.6.2
- MimeKitLite (>= 3.5.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
.NETFramework 4.7
- MimeKitLite (>= 3.5.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
.NETFramework 4.8
- MimeKitLite (>= 3.5.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
.NETStandard 2.0
- MimeKitLite (>= 3.5.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
.NETStandard 2.1
- MimeKitLite (>= 3.5.0)
-
net6.0
- MimeKitLite (>= 3.5.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on MailKitLite:
Repository | Stars |
---|---|
ixre/cms
DDD 开源.NET CMS、跨平台, 兼容.NET Core和ASP.NET,支持Docker容器
|
* Fixed bitmasking logic in SmtpClient.cs for deciding whether to use the BDAT command.
* Fixed HttpProxyClient to call GetConnectCommand() *before* connecting a socket to prevent memory leaks when connecting fails.
* Improved the IMAP BODYSTRUCTURE parser to better handle broken responses.
* Fixed bug in Envelope.Parse/TryParse when given `(NIL NIL "" "localhost")` (issue #1471)
* Fixed SMTP client logic to calculate the needed bytes before converting commands into into the output buffer. (issue #1498)
* Fixed SmtpClient to replace _'s with -'s in the default LocalDomain string (used in HELO/EHLO commands). (issue #1501)