diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2001-09-14 16:19:27 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2001-09-14 16:19:27 (GMT) |
commit | 1efd7ad88e2b1ca9be43e7a6b6939f06251d0358 (patch) | |
tree | a23b011bfc0d1f41f1ec39d065b7beb1db2a3aed /Doc/whatsnew | |
parent | f7fcf5eea62ebaa8e6820806b223c30289212d1a (diff) | |
download | cpython-1efd7ad88e2b1ca9be43e7a6b6939f06251d0358.zip cpython-1efd7ad88e2b1ca9be43e7a6b6939f06251d0358.tar.gz cpython-1efd7ad88e2b1ca9be43e7a6b6939f06251d0358.tar.bz2 |
Add support for SMTP TLS
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/whatsnew22.tex | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/whatsnew/whatsnew22.tex b/Doc/whatsnew/whatsnew22.tex index c188556..a297e9b 100644 --- a/Doc/whatsnew/whatsnew22.tex +++ b/Doc/whatsnew/whatsnew22.tex @@ -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 |