MailKit 2.1.0.3

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
Volo.Abp.MailKit
Package Description
3
Volo.Abp.MailKit
Package Description
2
Volo.Abp.MailKit
Package Description
1

Changes for 2.1.0.3: * Really fixed the bug in Connect() and ConnectAsync() this time. (issue #782) Changes for 2.1.0.2: * Fixed a bug in Connect() and ConnectAsync(). (issue #782) Changes for 2.1.0.1: * Fixed MailKit 2.1.0 to depend on MimeKit 2.1.0 Changes for 2.1.0: * A number of fixes to bugs exposed in new unit tests for NTLM authentication. * Made SmtpClient, Pop3Client, and ImapClient's Connect() methods truly cancellable as well as made the underlying socket.Connect() call adhere to any specified client.Timeout value. * Added support for connecting via a SOCKS4, SOCKS4a, or SOCKS5 proxy server. * Fixed ImapClient's OnAuthenticated() method to protect aganst throwing an ArgumentNullException when trying to emit the Authenticated event if the server did not supply any resp-code-text in the OK response to the AUTHENTICATE command. (issue #774) * Modified ImapFolder.Create() to handle [ALREADYEXISTS] resp-codes. * Fixed ImapFolder.Create() for GMail when the isMessageFolder is false (GMail doesn't handle it when the client attempts to create a folder ending with a directory separator). * Optimized ImapFolder's fallback for UID COPY command when UIDPLUS is not supported. * Reduced string allocations in the Connect(Uri) wrapper. * Added new ConnectedEventArgs and DisconnectedEventArgs that are used with the Connected and Disconnected events to provide developers with even more useful information about what server, port and SecureSocketOptions were used when connecting the client. * Fixed SmtpClient to immediately throw stream reading exceptions instead of ignoring them. (issue #776) * Fixed ImapClient.GetFoldersAsync() to call ImapFolder.StatusAsync() instead of Status() when StatusItems are specified. * Changed ImapFolder.GetSubfolders() to return IList<IMailFolder> instead of IEnumerable<IMailFolder>. * Fixed ImapClient's NAMESPACE parser - it had Shared and Other namespace ordering reversed. * Fixed ImapFolder.Create() (for special-use) to only use unique uses if any were specified multiple times. * Modified ImapFolder.Open() to allow devs to re-Open() a folder with the same access in case they need to do this to work around an IMAP server bug(?). * Fixed adding/removing/setting of GMail labels to use UTF-8 when enabled. * Added support for the IMAP STATUS=SIZE extension which now provides a ImapFolder.Size property that specifies how large a folder is (in bytes). Clients can request this information using the StatusItems.Size enum with either ImapFolder.GetSubfolders() or ImapFolder.Status(). * Added support for the IMAP OBJECTID extension. ImapFolder and IMessageSummary now both have an Id property which is a globally unique identifier. IMessageSummary also now has a ThreadId property which is a unique identifier for the message thread/conversation that the message belongs to. This information can be retrieved for ImapFolders using ImapFolder.Status() with the new StatusItems.MailboxId enum value. The IMessageSummary.Id and ThreadId properties have the corresponding MessageSummaryItems enum values of Id and ThreadId, respectively. * Added another work-around for bad GMail IMAP BODYSTRUCTURE responses. (issue #777) * Fixed all integer TryParse methods to use NumberStyles.None and CultureInfo.InvariantCulture. * Added Connect() and ConnectAsync() overloads which accept a Stream instead of a Socket. * All ImapFolder.MessageFlagsChanged, ModSeqChanged, and LabelsChanged events will now also be followed by a MessageSummaryFetched event containing the combined information of those events. * Added support for IMAP's NOTIFY extension. Many thanks to Steffen Kieß for getting the ball rolling on this feature by implementing the neccessary ImapEvent, ImapEventGroup, and ImapMailboxFilter classes as well as the initial support. 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

.NET Standard 1.6

.NET Standard 2.0

.NETPortable 0.0

MonoAndroid 0.0

Xamarin.iOS 0.0

.NET Standard 1.3

Version Downloads Last updated
4.7.1.1 1 9/19/2024
4.7.1 0 7/12/2024
4.7.0 0 6/29/2024
4.6.0 0 5/17/2024
4.5.0 1 5/1/2024
4.4.0 1 4/12/2024
4.3.0 1 11/16/2023
4.2.0 1 4/24/2024
4.1.0 2 6/29/2023
4.0.0 2 6/29/2023
3.6.0 2 6/29/2023
3.5.0 1 6/29/2023
3.4.3 2 6/29/2023
3.4.2 1 7/13/2023
3.4.1 1 6/29/2023
3.4.0 2 6/29/2023
3.3.0 1 6/29/2023
3.2.0 3 12/25/2022
3.1.1 0 1/30/2022
3.1.0 2 6/29/2023
3.0.0 3 6/29/2023
2.15.0 1 6/29/2023
2.14.0 3 6/29/2023
2.13.0 1 6/29/2023
2.12.0 1 6/29/2023
2.11.1 0 3/16/2021
2.11.0 1 6/29/2023
2.10.1 1 8/1/2023
2.10.0 0 11/21/2020
2.9.0 2 6/29/2023
2.8.0 2 6/29/2023
2.7.0 0 5/30/2020
2.6.0 3 6/29/2023
2.5.2 1 7/31/2024
2.5.1 1 7/23/2023
2.5.0 1 6/29/2023
2.4.1 1 11/16/2023
2.4.0.1 2 6/29/2023
2.4.0 2 6/29/2023
2.3.2 2 6/29/2023
2.3.1.6 0 9/9/2019
2.3.1 0 9/8/2019
2.3.0 1 6/29/2023
2.2.0 2 6/29/2023
2.1.5.1 1 7/13/2023
2.1.4 2 7/22/2023
2.1.3 1 7/13/2023
2.1.2 1 11/16/2023
2.1.1 1 11/16/2023
2.1.0.3 1 6/29/2023
2.0.7 1 7/13/2023
2.0.6 2 6/29/2023
2.0.5 0 7/7/2018
2.0.4 1 6/29/2023
2.0.3 2 6/29/2023
2.0.2 3 6/29/2023
2.0.1 1 11/16/2023
2.0.0 0 12/22/2017
1.22.0 1 6/29/2023
1.20.0 1 6/29/2023
1.18.1.1 2 7/13/2023
1.18.1 1 11/16/2023
1.18.0 2 6/29/2023
1.16.2 0 7/1/2017
1.16.1 2 7/23/2023
1.16.0 2 6/29/2023
1.14.2 0 4/12/2017
1.12.0 2 6/29/2023
1.10.2 1 11/16/2023
1.10.1 0 12/4/2016
1.10.0 1 6/29/2023