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 taleinat
Recipients JustAnother1, barry, david__, giampaolo.rodola, r.david.murray, taleinat
Date 2018-06-14.06:36:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528958190.75.0.947875510639.issue29750@psf.upfronthosting.co.za>
In-reply-to
Content
It would be extremely helpful to have some test cases that actually work for users but fail with smtplib.  So far we have no actual examples, likely due to these being passwords.

> Note: it is definitely the case, regardless of what the RFC says, that binary passwords need to be supported.

I'm not sure what you mean by "binary".  Do you mean 8-bit characters, a.k.a. bytes?

> utf-8 should probably be used as the default encoding for string passwords, rather than ascii.

It is also possible that the appropriate encoding here is "latin1" a.k.a. ISO-8859-1 encoding.  This specifically includes many specialized versions of latin characters, e.g. those with German umlauts as mentioned in the duplicate issue #33741.  And it could even be the very common Windows-1252 encoding: "It is probably the most-used 8-bit character encoding in the world." (Wikipedia)
History
Date User Action Args
2018-06-14 06:36:30taleinatsetrecipients: + taleinat, barry, giampaolo.rodola, r.david.murray, david__, JustAnother1
2018-06-14 06:36:30taleinatsetmessageid: <1528958190.75.0.947875510639.issue29750@psf.upfronthosting.co.za>
2018-06-14 06:36:30taleinatlinkissue29750 messages
2018-06-14 06:36:30taleinatcreate