]> granicus.if.org Git - python/commitdiff
Add support for SMTP TLS
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 14 Sep 2001 16:19:27 +0000 (16:19 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 14 Sep 2001 16:19:27 +0000 (16:19 +0000)
Doc/whatsnew/whatsnew22.tex

index c1885562e134080871b53363436c9f03d1b96216..a297e9b9b6da7a7fd9886d1afa3d479f9b090fd7 100644 (file)
@@ -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
   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
   support for several new extensions: the NAMESPACE extension defined
   in \rfc{2342}, SORT, GETACL and SETACL.  (Contributed by Anthony