MailKit is an Open Source cross-platform .NET mail-client library that is based on MimeKit. Features: * SASL Authentication * DIGEST-MD5 * CRAM-MD5 * LOGIN * PLAIN * XOAUTH2 (partial support) * SMTP Client * Supports all of the SASL mechanisms listed above. * Supports SSL-wrapped connections via the "smtps" protocol. * Supports the STARTTLS extension. * Supports client SSL/TLS certificates. * Supports the 8BITMIME and BINARYMIME extensions. * Supports the PIPELINING extension. * Parses the SIZE extension value. * All APIs are cancellable. * POP3 Client * Supports all of the SASL mechanisms listed above. * Also supports authentication via APOP and USER/PASS. * Supports SSL-wrapped connections via the "pop3s" protocol. * Supports the STLS extension. * Supports client SSL/TLS certificates. * Supports the UIDL command. * All APIs are cancellable. * IMAP4 Client * Optimized for mobile devices (to limit network traffic as much as possible). * Supports all of the SASL mechanisms listed above. * Supports SSL-wrapped connections via the "imaps" protocol. * Supports client SSL/TLS certificates. * Supports the following extensions: * LITERAL+ * NAMESPACE * CHILDREN * LOGINDISABLED * STARTTLS * MULTIAPPEND * UNSELECT * UIDPLUS * CONDSTORE * ESEARCH * SASL-IR * SPECIAL-USE * MOVE * XLIST * X-GM-EXT1 (X-GM-MSGID and X-GM-THRID) * All APIs are cancellable.
dotnet add package MailKit --version 0.1.0
Install-Package MailKit -Version 0.1.0
| 包名 | 版本要求 |
|---|---|
| MimeKit | [0.21.0, ) |
| 作者 | Jeffrey Stedfast |
|---|---|
| 发布时间 | 1900-01-01 00:00:00 |
| 项目主页 | http://github.com/jstedfast/MailKit |
| 许可证 | http://opensource.org/licenses/MIT |