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.

作者 invisibleroads
收信人 invisibleroads
日期 2010-11-29.06:45:58
SpamBayes Score 0.004042198
Marked as misclassified
Message-id <1291013162.69.0.338539552541.issue10574@psf.upfronthosting.co.za>
In-reply-to
内容
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('?==?', '?= =?'))
历史
日期 用户 动作 参数
2010-11-29 06:46:02invisibleroads修改recipients: + invisibleroads
2010-11-29 06:46:02invisibleroads修改messageid: <1291013162.69.0.338539552541.issue10574@psf.upfronthosting.co.za>
2010-11-29 06:45:58invisibleroads链接issue10574 messages
2010-11-29 06:45:58invisibleroads创建