Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7fcf5e commit 1efd7adCopy full SHA for 1efd7ad
1 file changed
Doc/whatsnew/whatsnew22.tex
@@ -688,6 +688,11 @@ \section{New and Improved Modules}
688
two. (SRE is maintained by Fredrik Lundh. The BIGCHARSET patch was
689
contributed by Martin von L\"owis.)
690
691
+ \item The \module{smtplib} module now supports \rfc{2487}, ``Secure
692
+ SMTP over TLS'', so it's now possible to encrypt the SMTP traffic
693
+ between a Python program and the mail transport agent being handed a
694
+ message. (Contributed by Gerhard H\"aring.)
695
+
696
\item The \module{imaplib} module, maintained by Piers Lauder, has
697
support for several new extensions: the NAMESPACE extension defined
698
in \rfc{2342}, SORT, GETACL and SETACL. (Contributed by Anthony
0 commit comments