From: A.M. K. <aku...@us...> - 2001-09-14 16:19:30
|
Update of /cvsroot/py-howto/pyhowto In directory usw-pr-cvs1:/tmp/cvs-serv10254 Modified Files: python-22.tex Log Message: Add support for SMTP TLS Index: python-22.tex =================================================================== RCS file: /cvsroot/py-howto/pyhowto/python-22.tex,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -r1.28 -r1.29 *** python-22.tex 2001/09/10 16:18:50 1.28 --- python-22.tex 2001/09/14 16:19:27 1.29 *************** *** 689,692 **** --- 689,697 ---- 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 |