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 matrixise, r.david.murray, thunderk
Date 2018-01-30.17:39:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517333977.44.0.467229070634.issue32727@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, you'll have to write a test.  Add a test after test_send_unicode_without_SMTPUTF8, but put the unicode in the name field of the 'from' address and test that it is accepted.  You should be able to figure out how to check for success from the other tests in that class (I hope ;)
History
Date User Action Args
2018-01-30 17:39:37r.david.murraysetrecipients: + r.david.murray, matrixise, thunderk
2018-01-30 17:39:37r.david.murraysetmessageid: <1517333977.44.0.467229070634.issue32727@psf.upfronthosting.co.za>
2018-01-30 17:39:37r.david.murraylinkissue32727 messages
2018-01-30 17:39:37r.david.murraycreate