Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1efd7ad

Browse files
committed
Add support for SMTP TLS
1 parent f7fcf5e commit 1efd7ad

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Doc/whatsnew/whatsnew22.tex

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -688,6 +688,11 @@ \section{New and Improved Modules}
688688
two. (SRE is maintained by Fredrik Lundh. The BIGCHARSET patch was
689689
contributed by Martin von L\"owis.)
690690

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+
691696
\item The \module{imaplib} module, maintained by Piers Lauder, has
692697
support for several new extensions: the NAMESPACE extension defined
693698
in \rfc{2342}, SORT, GETACL and SETACL. (Contributed by Anthony

0 commit comments

Comments
 (0)