MailKit 2.0.0
Prefix ReservedSee the version list below for details.
Requires NuGet 2.12 or higher.
dotnet add package MailKit --version 2.0.0
NuGet\Install-Package MailKit -Version 2.0.0
<PackageReference Include="MailKit" Version="2.0.0" />
paket add MailKit --version 2.0.0
#r "nuget: MailKit, 2.0.0"
// Install MailKit as a Cake Addin #addin nuget:?package=MailKit&version=2.0.0 // Install MailKit as a Cake Tool #tool nuget:?package=MailKit&version=2.0.0
MailKit is an Open Source cross-platform .NET mail-client library that is based on MimeKit and optimized for mobile devices.
Features include:
* SASL Authentication via SCRAM-SHA-256, SCRAM-SHA-1, NTLM, DIGEST-MD5, CRAM-MD5, LOGIN, PLAIN, 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, ESORT, METADATA, FILTERS, LIST-STATUS, SORT=DISPLAY, SPECIAL-USE, CREATE-SPECIAL-USE, MOVE, SEARCH=FUZZY, UTF8=ACCEPT, UTF8=ONLY, LITERAL-, APPENDLIMIT, 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 and DKIM signature support via MimeKit.
* Microsoft TNEF support via MimeKit.
Product | Versions 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 is compatible. netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net45 is compatible. net451 was computed. 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 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. |
Xamarin.iOS | xamarinios is compatible. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.5
- BouncyCastle (>= 1.8.1)
- MimeKit (>= 2.0.0)
-
.NETStandard 1.3
- MimeKit (>= 2.0.0)
- NETStandard.Library (>= 1.6.1)
- Portable.BouncyCastle (>= 1.8.1.3)
- System.Data.Common (>= 4.3.0)
- System.Globalization.Extensions (>= 4.3.0)
- System.Net.Http (>= 4.3.0)
- System.Net.NameResolution (>= 4.3.0)
- System.Net.NetworkInformation (>= 4.3.0)
- System.Net.Security (>= 4.3.0)
- System.Reflection.TypeExtensions (>= 4.3.0)
- System.Runtime.Serialization.Primitives (>= 4.3.0)
- System.Text.Encoding.CodePages (>= 4.3.0)
-
.NETStandard 1.6
- MimeKit (>= 2.0.0)
- NETStandard.Library (>= 1.6.1)
- Portable.BouncyCastle (>= 1.8.1.3)
- System.Data.Common (>= 4.3.0)
- System.Globalization.Extensions (>= 4.3.0)
- System.Net.Http (>= 4.3.0)
- System.Net.NameResolution (>= 4.3.0)
- System.Net.NetworkInformation (>= 4.3.0)
- System.Net.Security (>= 4.3.0)
- System.Reflection.TypeExtensions (>= 4.3.0)
- System.Runtime.Serialization.Primitives (>= 4.3.0)
- System.Text.Encoding.CodePages (>= 4.3.0)
-
.NETStandard 2.0
- MimeKit (>= 2.0.0)
- NETStandard.Library (>= 1.6.1)
- Portable.BouncyCastle (>= 1.8.1.3)
- System.Data.Common (>= 4.3.0)
- System.Globalization.Extensions (>= 4.3.0)
- System.Net.Http (>= 4.3.0)
- System.Net.NameResolution (>= 4.3.0)
- System.Net.NetworkInformation (>= 4.3.0)
- System.Net.Security (>= 4.3.0)
- System.Reflection.TypeExtensions (>= 4.3.0)
- System.Runtime.Serialization.Primitives (>= 4.3.0)
- System.Text.Encoding.CodePages (>= 4.3.0)
-
MonoAndroid 0.0
- MimeKit (>= 2.0.0)
-
Portable Class Library (Windows 8.1, WindowsPhoneApp 8.1)
- MimeKit (>= 2.0.0)
- Portable.BouncyCastle (>= 1.8.1.3)
-
Xamarin.iOS 0.0
- MimeKit (>= 2.0.0)
NuGet packages (950)
Showing the top 5 NuGet packages that depend on MailKit:
Package | Downloads |
---|---|
Umbraco.Cms.Infrastructure
Contains the infrastructure assembly needed to run Umbraco CMS. |
|
NETCore.MailKit
MailKit extension for asp.net core. Easy send email in asp.net core project. |
|
Serilog.Sinks.Email
Send Serilog events as SMTP email using MailKit. |
|
Abp.MailKit
Abp.MailKit |
|
NET6CustomLibrary
open source custom dotnet extension library |
GitHub repositories (124)
Showing the top 5 popular GitHub repositories that depend on MailKit:
Repository | Stars |
---|---|
ardalis/CleanArchitecture
Clean Architecture Solution Template: A starting point for Clean Architecture with ASP.NET Core
|
|
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
|
|
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
|
|
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
|
|
duplicati/duplicati
Store securely encrypted backups in the cloud!
|
Version | Downloads | Last updated |
---|---|---|
4.8.0 | 681,750 | 9/29/2024 |
4.7.1.1 | 2,225,527 | 7/15/2024 |
4.7.1 | 161,972 | 7/12/2024 |
4.7.0 | 427,460 | 6/29/2024 |
4.6.0 | 1,551,566 | 5/17/2024 |
4.5.0 | 1,152,624 | 4/13/2024 |
4.4.0 | 1,802,668 | 3/2/2024 |
4.3.0 | 5,442,110 | 11/11/2023 |
4.2.0 | 2,641,958 | 9/2/2023 |
4.1.0 | 3,612,940 | 6/17/2023 |
4.0.0 | 2,502,906 | 4/15/2023 |
3.6.0 | 2,495,111 | 3/4/2023 |
3.5.0 | 2,238,728 | 1/28/2023 |
3.4.3 | 3,310,153 | 11/25/2022 |
3.4.2 | 2,231,108 | 10/24/2022 |
3.4.1 | 2,010,555 | 9/12/2022 |
3.4.0 | 305,060 | 9/5/2022 |
3.3.0 | 5,172,671 | 6/12/2022 |
3.2.0 | 9,405,500 | 3/26/2022 |
3.1.1 | 3,641,398 | 1/30/2022 |
3.1.0 | 805,650 | 1/15/2022 |
3.0.0 | 2,651,907 | 12/11/2021 |
2.15.0 | 11,294,026 | 8/19/2021 |
2.14.0 | 796,728 | 7/28/2021 |
2.13.0 | 2,750,589 | 6/12/2021 |
2.12.0 | 1,337,801 | 5/12/2021 |
2.11.1 | 2,362,027 | 3/16/2021 |
2.11.0 | 155,152 | 3/12/2021 |
2.10.1 | 4,657,760 | 1/2/2021 |
2.10.0 | 3,141,385 | 11/21/2020 |
2.9.0 | 3,236,558 | 9/12/2020 |
2.8.0 | 3,347,559 | 7/11/2020 |
2.7.0 | 2,881,881 | 5/30/2020 |
2.6.0 | 7,606,032 | 4/4/2020 |
2.5.2 | 1,275,428 | 3/14/2020 |
2.5.1 | 1,301,197 | 2/15/2020 |
2.5.0 | 1,135,440 | 1/18/2020 |
2.4.1 | 2,244,442 | 11/10/2019 |
2.4.0.1 | 116,955 | 11/5/2019 |
2.4.0 | 25,155 | 11/3/2019 |
2.3.2 | 511,247 | 10/12/2019 |
2.3.1.6 | 1,168,110 | 9/9/2019 |
2.3.1 | 96,215 | 9/8/2019 |
2.3.0 | 705,299 | 8/24/2019 |
2.2.0 | 2,337,093 | 6/11/2019 |
2.1.5.1 | 922,279 | 5/13/2019 |
2.1.4 | 638,718 | 4/13/2019 |
2.1.3 | 1,235,866 | 2/24/2019 |
2.1.2 | 1,368,026 | 12/30/2018 |
2.1.1 | 200,989 | 12/17/2018 |
2.1.0.3 | 206,558 | 12/7/2018 |
2.0.7 | 913,700 | 10/28/2018 |
2.0.6 | 2,972,899 | 8/4/2018 |
2.0.5 | 491,271 | 7/7/2018 |
2.0.4 | 661,546 | 5/25/2018 |
2.0.3 | 656,693 | 4/15/2018 |
2.0.2 | 229,665 | 3/18/2018 |
2.0.1 | 1,688,307 | 1/6/2018 |
2.0.0 | 184,486 | 12/22/2017 |
1.22.0 | 676,797 | 11/24/2017 |
1.20.0 | 575,744 | 10/28/2017 |
1.18.1.1 | 717,070 | 9/4/2017 |
1.18.1 | 21,205 | 9/3/2017 |
1.18.0 | 217,063 | 8/7/2017 |
1.16.2 | 515,869 | 7/1/2017 |
1.16.1 | 681,020 | 5/5/2017 |
1.16.0 | 90,864 | 4/21/2017 |
1.14.2 | 46,322 | 4/12/2017 |
1.12.0 | 217,800 | 3/12/2017 |
1.10.2 | 223,361 | 1/28/2017 |
1.10.1 | 188,365 | 12/4/2016 |
1.10.0 | 478,086 | 10/31/2016 |
* Updated MailKit to fully support async IO instead of using Task.Run() wrappers.
* Fixed a resource leak when fetching IMAP body parts gets an exception.
* Fixed each of the Client.Connect() implementtions to catch exceptions thrown by IProtocolLogger.LogConnect().
* Removed the ImapFolder.MessagesArrived event.
* Added new Authenticate() methods that take a SaslMechanism to avoid the need to manipulate Client.AuthenticationMechanisms in order to tweak which SASL mechanisms you'd like the client to use in Authenticate().
* Added new SslHandshakeException with a helpful error message that can be thrown by the Connect() methods. This replaces the obscure SocketExceptions previously thrown by SslStream.
* Fixed support for the IMAP UTF8=ACCEPT extension.
* Improved ImapFolder.CommitStream() API to provide section, offset and length.
* Treat the SMTP X-EXPS capability in an EHLO response the same as AUTH. (issue #603)
* Dropped support for .NET 4.0.