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 JustAnother1, barry, david__, giampaolo.rodola, r.david.murray, taleinat
Date 2018-06-14.07:08:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <911855F2-9383-4E75-A727-81FC48F053E1@gmail.com>
In-reply-to <1528958190.75.0.947875510639.issue29750@psf.upfronthosting.co.za>
Content
In my case I was doing tests with "contraseña" which is (spanish for password) and it failed

On June 14, 2018 8:36:30 AM GMT+02:00, Tal Einat <report@bugs.python.org> wrote:
>
>Tal Einat <taleinat@gmail.com> added the comment:
>
>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)
>
>----------
>
>_______________________________________
>Python tracker <report@bugs.python.org>
><https://bugs.python.org/issue29750>
>_______________________________________
History
Date User Action Args
2018-06-14 07:08:37david__setrecipients: + david__, barry, taleinat, giampaolo.rodola, r.david.murray, JustAnother1
2018-06-14 07:08:37david__linkissue29750 messages
2018-06-14 07:08:36david__create