[issue36093] UnicodeEncodeError raise from smtplib.verify() method

STINNER Victor report at bugs.python.org
Mon Feb 25 05:14:54 EST 2019


STINNER Victor <vstinner at redhat.com> added the comment:

Barry: would you mind to have a look at this issue? It seems like smtplib encodes Unicode commands to ASCII, whereas verify() argument (SMTP "VRFY" command) is an hostname and hostname can be non-ASCII ("punycode" encoding, RFC 3492).

----------
nosy: +barry

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36093>
_______________________________________


More information about the Python-bugs-list mailing list