Bug #292528 - Specify UTF-8 in the MIMEText constructor arguments, in order
authorZac Medico <zmedico@gentoo.org>
Wed, 11 Nov 2009 06:38:32 +0000 (06:38 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 11 Nov 2009 06:38:32 +0000 (06:38 -0000)
commitdeff8d5d832692055d6e1705c5ac473a44062ad0
treefbcf953bd4568453bbb7eed73848ea584f018ab2
parent13c42af3d875fd4e4752e3fe1ccf997ad33f5ead
Bug #292528 - Specify UTF-8 in the MIMEText constructor arguments, in order
to avoid conversiont to ascii and subsequent UnicodeEncodeError when sending
mail. The idea comes from here: http://bugs.python.org/issue4403#msg76425.

svn path=/main/trunk/; revision=14806
pym/portage/mail.py