This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author david__
Recipients david__
Date 2017-03-07.20:40:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488919224.48.0.0966376973087.issue29750@psf.upfronthosting.co.za>
In-reply-to
Content
Trying to use unicode passwords on smtplib fails miserably on python3.
My particular issue arises on line 643 of said library:

(code, resp) = self.docmd(encode_base64(password.encode('ascii'), eol=''))

which obviously dies when trying to handle unicode chars.
History
Date User Action Args
2017-03-07 20:40:24david__setrecipients: + david__
2017-03-07 20:40:24david__setmessageid: <1488919224.48.0.0966376973087.issue29750@psf.upfronthosting.co.za>
2017-03-07 20:40:24david__linkissue29750 messages
2017-03-07 20:40:24david__create