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 invisibleroads
Recipients invisibleroads
Date 2010-11-29.06:45:58
SpamBayes Score 0.004042198
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
The following code seems to solve the first case just as well.  It seems that it is a problem of missing whitespace.

email.header.decode_header('=?UTF-8?B?MjAxMSBBVVRNIENBTEwgZm9yIE5PTUlO?==?UTF-8?B?QVRJT05TIG9mIFZQIGZvciBNZW1iZXJz?==?UTF-8?B?aGlw?='.replace('?==?', '?= =?'))
History
Date User Action Args
2010-11-29 06:46:02invisibleroadssetrecipients: + invisibleroads
2010-11-29 06:46:02invisibleroadssetmessageid: <[email protected]>
2010-11-29 06:45:58invisibleroadslinkissue10574 messages
2010-11-29 06:45:58invisibleroadscreate