MailKit 2.1.4
MailKit is an Open Source cross-platform .NET mail-client library that is based on MimeKit and optimized for mobile devices.
Features include:
* Socks4, Socks4a and Socks5 proxy support.
* 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, 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, 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.
Showing the top 20 packages that depend on MailKit.
| Packages | Downloads |
|---|---|
|
KitSys.SanedBuildingBlocks.ServiceContracts
KitSys.SanedBuildingBlocks.ServiceContracts
|
58 |
|
Umbraco.Cms.Infrastructure
Contains the infrastructure assembly needed to run Umbraco CMS.
|
15 |
|
Umbraco.Cms.Infrastructure
Contains the infrastructure assembly needed to run Umbraco CMS.
|
14 |
|
NETCore.MailKit
MailKit extension for asp.net core. Easy send email in asp.net core project.
|
13 |
|
Umbraco.Cms.Infrastructure
Contains the infrastructure assembly needed to run Umbraco CMS.
|
13 |
|
Umbraco.Cms.Persistence.EFCore.SqlServer
Adds support for Entity Framework Core SQL Server migrations to Umbraco CMS.
|
13 |
|
Umbraco.Cms.Persistence.SqlServer
Adds support for SQL Server to Umbraco CMS.
|
13 |
|
Umbraco.Cms.Infrastructure
Contains the infrastructure assembly needed to run Umbraco Cms. This package only contains the assembly, and can be used for package development. Use the template in the Umbraco.Templates package to setup Umbraco
|
12 |
|
Umbraco.Cms.PublishedCache.NuCache
Contains the published cache assembly needed to run Umbraco CMS.
|
12 |
|
KitSys.SanedBuildingBlocks.ServiceContracts
KitSys.SanedBuildingBlocks.ServiceContracts
|
5 |
|
KitSys.SanedBuildingBlocks.ServiceContracts
KitSys.SanedBuildingBlocks.ServiceContracts
|
4 |
* Fixed ImapUtils.GetUniqueHeaders() to accept all valid header field name characters. (issue #806)
* Catch all exceptions thrown in IdleComplete(). (issue #825)
* Improved cancellability of IMAP, POP3 and SMTP clients when sending commands to the server. (issue #827)
* Break apart IMAP commands with really long uid-sets. (issue #834)
* Rewrote Connect logic to use Socket.Connect (IPAddress, int) instead of Connect (string, int) in an attempt to fix https://stackoverflow.com/q/55382267/87117
* Fixed SmtpStream.ReadAheadAsync() to preserve remaining input. (issue #842)
API Changes Since 2.0.x:
* Obsoleted SearchQuery.HasCustomFlags() and SearchQuery.DoesNotHaveCustomFlags(). These are now SearchQuery.HasKeywords() and SearchQuery.NotKeywords(), respectively.
* Obsoleted SearchQuery.DoesNotHaveFlags() in favor of SearchQuery.NotFlags().
* Obsoleted the IMessageSummary.UserFlags property in favor of IMessageSummary.Keywords.
* Obsoleted the MessageFlagsChangedEventArgs.UserFlags property in favor of MessageFlagsChangedEventArgs.Keywords.
* All IMailFolder.Fetch and IMailFolder.FetchAsync methods that took a HashSet<string> userFlags argument now take an IEnumerable<string> keywords argument. Note: this only affects you if your code used named method parameters (e.g. userFlags: myUserFlags).
Note to users upgrading from MailKit 1.x:
In order to authenticate using the XOAUTH2 SASL mechanism, you must now use the following approach:
client.Authenticate (new SaslMechanismOAuth2 (username, auth_token));
.NET Framework 4.5
- BouncyCastle (>= 1.8.2)
- MimeKit (>= 2.1.4)
.NET Standard 1.6
- System.Net.Security (>= 4.3.0)
- System.Net.Http (>= 4.3.0)
- Portable.BouncyCastle (>= 1.8.2)
- MimeKit (>= 2.1.4)
- System.Net.NameResolution (>= 4.3.0)
- System.Net.NetworkInformation (>= 4.3.0)
- System.Data.Common (>= 4.3.0)
- System.Globalization.Extensions (>= 4.3.0)
- System.Text.Encoding.CodePages (>= 4.3.0)
- System.Runtime.Serialization.Primitives (>= 4.3.0)
- NETStandard.Library (>= 1.6.1)
- System.Reflection.TypeExtensions (>= 4.3.0)
.NET Standard 2.0
- NETStandard.Library (>= 1.6.1)
- System.Runtime.Serialization.Primitives (>= 4.3.0)
- System.Reflection.TypeExtensions (>= 4.3.0)
- System.Globalization.Extensions (>= 4.3.0)
- System.Text.Encoding.CodePages (>= 4.3.0)
- System.Net.NameResolution (>= 4.3.0)
- System.Net.Security (>= 4.3.0)
- System.Data.Common (>= 4.3.0)
- System.Net.Http (>= 4.3.0)
- Portable.BouncyCastle (>= 1.8.2)
- MimeKit (>= 2.1.4)
- System.Net.NetworkInformation (>= 4.3.0)
.NETPortable 0.0
- Portable.BouncyCastle (>= 1.8.2)
- MimeKit (>= 2.1.4)
MonoAndroid 0.0
- MimeKit (>= 2.1.4)
Xamarin.iOS 0.0
- MimeKit (>= 2.1.4)
.NET Standard 1.3
- NETStandard.Library (>= 1.6.1)
- System.Runtime.Serialization.Primitives (>= 4.3.0)
- System.Reflection.TypeExtensions (>= 4.3.0)
- System.Text.Encoding.CodePages (>= 4.3.0)
- System.Net.NetworkInformation (>= 4.3.0)
- System.Globalization.Extensions (>= 4.3.0)
- System.Net.Security (>= 4.3.0)
- System.Net.NameResolution (>= 4.3.0)
- Portable.BouncyCastle (>= 1.8.2)
- System.Net.Http (>= 4.3.0)
- System.Data.Common (>= 4.3.0)
- MimeKit (>= 2.1.4)
| Version | Downloads | Last updated |
|---|---|---|
| 4.1.0 | 12 | 07/12/2023 |
| 4.0.0 | 12 | 03/06/2025 |
| 3.6.0 | 13 | 09/21/2023 |
| 3.5.0 | 12 | 03/06/2025 |
| 3.4.3 | 12 | 03/09/2025 |
| 3.4.2 | 12 | 03/09/2025 |
| 3.4.1 | 13 | 09/05/2023 |
| 3.3.0 | 12 | 03/09/2025 |
| 3.2.0 | 13 | 06/22/2023 |
| 3.1.1 | 13 | 06/26/2023 |
| 3.1.0 | 13 | 03/06/2025 |
| 3.0.0 | 11 | 03/06/2025 |
| 2.15.0 | 13 | 07/12/2023 |
| 2.14.0 | 12 | 03/09/2025 |
| 2.13.0 | 12 | 03/06/2025 |
| 2.12.0 | 12 | 03/06/2025 |
| 2.11.1 | 13 | 03/09/2025 |
| 2.11.0 | 12 | 03/06/2025 |
| 2.10.1 | 12 | 03/06/2025 |
| 2.10.0 | 12 | 03/09/2025 |
| 2.9.0 | 12 | 03/06/2025 |
| 2.8.0 | 12 | 03/09/2025 |
| 2.7.0 | 12 | 03/06/2025 |
| 2.6.0 | 13 | 06/16/2023 |
| 2.5.2 | 12 | 03/09/2025 |
| 2.5.1 | 13 | 03/06/2025 |
| 2.4.1 | 13 | 03/06/2025 |
| 2.4.0.1 | 12 | 03/09/2025 |
| 2.4.0 | 12 | 03/06/2025 |
| 2.3.2 | 12 | 03/06/2025 |
| 2.3.1.6 | 12 | 03/06/2025 |
| 2.3.0 | 14 | 03/06/2025 |
| 2.2.0 | 12 | 03/06/2025 |
| 2.1.5.1 | 12 | 03/06/2025 |
| 2.1.4 | 12 | 03/06/2025 |
| 2.1.3 | 12 | 03/06/2025 |
| 2.1.2 | 12 | 03/12/2025 |
| 2.1.1 | 13 | 03/08/2025 |
| 2.1.0.3 | 12 | 03/06/2025 |
| 2.0.5 | 12 | 03/06/2025 |
| 2.0.3 | 12 | 03/06/2025 |
| 2.0.2 | 14 | 03/06/2025 |
| 2.0.0 | 12 | 03/09/2025 |
| 1.22.0 | 13 | 03/06/2025 |
| 1.20.0 | 12 | 03/09/2025 |
| 1.18.1.1 | 12 | 03/06/2025 |
| 1.16.2 | 12 | 03/09/2025 |