diff options
author | R David Murray <rdmurray@bitdance.com> | 2015-05-17 23:27:22 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2015-05-17 23:27:22 (GMT) |
commit | 8308444eefee8a6b5bb58b9f51a29d1a8d3683bf (patch) | |
tree | dd907f25915c28b10af8b14901ab2a90687576a7 /Doc/whatsnew | |
parent | 740d6134f15cd9641a7c9d953269a07a99d02a2b (diff) | |
download | cpython-8308444eefee8a6b5bb58b9f51a29d1a8d3683bf.zip cpython-8308444eefee8a6b5bb58b9f51a29d1a8d3683bf.tar.gz cpython-8308444eefee8a6b5bb58b9f51a29d1a8d3683bf.tar.bz2 |
#24218: Add SMTPUTF8 support to send_message.
Reviewed by Maciej Szulik.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.5.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index 1f8d90f..762ad22 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -557,8 +557,10 @@ smtplib :class:`smtplib.SMTP`. (Contributed by Gavin Chappell and Maciej Szulik in :issue:`16914`.) -* :mod:`smtplib` now support :rfc:`6531` (SMTPUTF8). (Contributed by - Milan Oberkirch and R. David Murray in :issue:`22027`.) +* :mod:`smtplib` now supports :rfc:`6531` (SMTPUTF8) in both the + :meth:`~smtplib.SMTP.sendmail` and :meth:`~smtplib.SMTP.send_message` + commands. (Contributed by Milan Oberkirch and R. David Murray in + :issue:`22027`.) sndhdr ------ |