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.

作者 r.david.murray
收信人 barry, kitterma, r.david.murray
日期 2011-04-06.21:43:11
SpamBayes Score 0.0008870143
Marked as misclassified
Message-id <1302126192.21.0.304169086641.issue11492@psf.upfronthosting.co.za>
In-reply-to
内容
You have to do an 'encode' to get the wrapped header. __str__ uses maxlinelen=None.

However, there does seem to be a problem with the line wrapping algorithm revealed by your example: it is only doing a line break at the ';', not at any spaces.  I will look in to this.
历史
日期 用户 动作 参数
2011-04-06 21:43:12r.david.murray修改recipients: + r.david.murray, barry, kitterma
2011-04-06 21:43:12r.david.murray修改messageid: <1302126192.21.0.304169086641.issue11492@psf.upfronthosting.co.za>
2011-04-06 21:43:11r.david.murray链接issue11492 messages
2011-04-06 21:43:11r.david.murray创建