Kaydet (Commit) 1efd7ad8 authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Add support for SMTP TLS

üst f7fcf5ee
...@@ -688,6 +688,11 @@ See \url{http://www.xmlrpc.com/} for more information about XML-RPC. ...@@ -688,6 +688,11 @@ See \url{http://www.xmlrpc.com/} for more information about XML-RPC.
two. (SRE is maintained by Fredrik Lundh. The BIGCHARSET patch was two. (SRE is maintained by Fredrik Lundh. The BIGCHARSET patch was
contributed by Martin von L\"owis.) contributed by Martin von L\"owis.)
\item The \module{smtplib} module now supports \rfc{2487}, ``Secure
SMTP over TLS'', so it's now possible to encrypt the SMTP traffic
between a Python program and the mail transport agent being handed a
message. (Contributed by Gerhard H\"aring.)
\item The \module{imaplib} module, maintained by Piers Lauder, has \item The \module{imaplib} module, maintained by Piers Lauder, has
support for several new extensions: the NAMESPACE extension defined support for several new extensions: the NAMESPACE extension defined
in \rfc{2342}, SORT, GETACL and SETACL. (Contributed by Anthony in \rfc{2342}, SORT, GETACL and SETACL. (Contributed by Anthony
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment