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 barry
Recipients
Date 2007-03-21.18:39:03
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This is a catch-all issue for improving the email package's handling of unicode.  For now, please add issues/problems you find with email & unicode to this tracker item.

For example:

MIMEText()'s first argument should accept a unicode if _charset is also given.  It should not be necessary to manually encode the first argument into an 8-bit string.
History
Date User Action Args
2007-08-23 14:52:41adminlinkissue1685453 messages
2007-08-23 14:52:41admincreate