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 r.david.murray
Recipients JustAnother1, barry, david__, giampaolo.rodola, r.david.murray, taleinat
Date 2018-06-18.15:35:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529336103.22.0.56676864532.issue29750@psf.upfronthosting.co.za>
In-reply-to
Content
I didn't think to look at the standards for the auth mechanisms, I only looked at the smtp standards.  So, if the standard says utf-8, then we should use that.  But we should still support bytes passwords so that an application could work around issues like the possible ms-exchange one, if they need to.  Those could be two separate PRs, though.  In fact, they probably should be.  As a standards-compliance issue, we would be within our rules to backport the utf-8 standards-compliance fix.
History
Date User Action Args
2018-06-18 15:35:03r.david.murraysetrecipients: + r.david.murray, barry, taleinat, giampaolo.rodola, david__, JustAnother1
2018-06-18 15:35:03r.david.murraysetmessageid: <1529336103.22.0.56676864532.issue29750@psf.upfronthosting.co.za>
2018-06-18 15:35:03r.david.murraylinkissue29750 messages
2018-06-18 15:35:03r.david.murraycreate