R. David Murray added the comment:
Doing non-ASCII email in python before 3.3 is a bit of a pain and not as well
documented as it should be. 3.3 will work more like you expect, if you use the
new provisional policies (which are intended to become standard in 3.4, after a
the bake-in period in
New submission from Helmut Jarausch:
Trying to generate an email with Latin-1 characters in the TO or FROM
field either produces an exception or produces strange values in the generated
email:
Using Python 3.2.3+ (3.2:481f5d9ef577+, Aug 8 2012, 10:00:28)
#!/usr/bin/python3
#-*- coding: lat