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

// Install MailKitLite as a Cake Tool
#tool nuget:?package=MailKitLite&version=3.0.0.1

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 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 (1)

Showing the top 1 NuGet packages that depend on MailKitLite:

Package Downloads
MCMS.Emailing

MCMS Emailing package

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容器
Version Downloads Last updated
4.4.0.1 4,428 3/3/2024
4.3.0 18,221 11/11/2023
4.2.0 8,892 9/2/2023
4.1.0.1 11,144 6/24/2023
4.1.0 218 6/17/2023
4.0.0 3,350 4/15/2023
3.6.0 3,387 3/4/2023
3.5.0 6,348 1/28/2023
3.4.3 3,579 11/25/2022
3.4.2 3,562 10/24/2022
3.4.1 3,405 9/12/2022
3.4.0 449 9/5/2022
3.3.0 4,056 6/12/2022
3.2.0 6,604 3/26/2022
3.1.1 836 1/30/2022
3.1.0 480 1/15/2022
3.0.0.2 518 12/12/2021
3.0.0.1 298 12/11/2021

* Removed APIs marked as [Obsolete] in 2.x.
* Simplify Fetch()/FetchAsync() APIs by using a new IFetchRequest parameter instead. Made previous APIs into extension methods to aid in porting from 2.x.
* Replaced Add/Remove/SetFlags() APIs with Store()/StoreAsync() and simplified the APIs by using a new IStoreFlagsRequest parameter. Made previous APIs into extension methods to aid in porting from 2.x.
* Replaced Add/Remove/SetLabels() APIs with Store()/StoreAsync() and simplified the APIs by using a new IStoreLabelsRequest parameter. Made previous APIs into extension methods to aid in porting from 2.x.
* Simplify Append()/AppendAsync() APIs by using a new IAppendRequest parameter instead. Made previous APIs into extension methods to aid in porting from 2.x.
* Simplify Replace()/ReplaceAsync() APIs by using a new IReplaceRequest parameterinstead. Made previous APIs into extension methods to aid in porting from 2.x.
* Updated SmtpClient.Send()/SendAsync() methods to return a string. (issue #1161)
* Added support for the SCRAM-SHA*-PLUS SASL mechanisms. (issue #950)
* Added authzid support for SCRAM SASL mechanisms.
* Added support for the ANONYMOUS SASL mechanism.
* Added support for an HttpsProxyClient. (issue #1251)
* Added AcceptedKeywords and PermanentKeywords to IMailFolder. (issue #1256)
* Rewrote NTLM support based on official specs. Now supports channel-binding and using the default system credentials.
* Modified ImapFolder.Fetch(int, int, ...) to shortcut if ImapFolder.Count == 0.
* Updated SmtpClient to append an ORCPT arg to RCPT TO commands and to hex-encode the ENVID parameter value.
* Improved/simplified logic for ranking SASL authentication mechisms for each client.
* Added SaslMechanism.ChallengeAsync() to facilitate future SASL mechanisms that may need to make network requests such as Kerberos/GSSAPI and perhaps even future/custom OAuth2 implementations.
* Always set SearchResults.Count/Min/Max properties if we can.
* Throw TimeoutException is case of a network time out. (issue #1269)
* Fixed parsing of IMAP flag lists to handle lowercase flag names. (issue #1277)
* Use OrdinalIgnoreCase when comparing "EARLIER" atom token.
* Avoid unnecessary string copies. (issue #1292)
* Drop support for .NET 4.5 and replace it with .NET 4.5.2
* Simplified event emissions based on EXISTS and EXPUNGED notifications. A CountChanged event is now *always* emitted when the server sends an EXISTS notification.