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 r.david.murray
Recipients barry, kitterma, r.david.murray
Date 2011-04-06.21:43:11
SpamBayes Score 0.0008870143
Marked as misclassified No
Message-id <1302126192.21.0.304169086641.issue11492@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-04-06 21:43:12r.david.murraysetrecipients: + r.david.murray, barry, kitterma
2011-04-06 21:43:12r.david.murraysetmessageid: <1302126192.21.0.304169086641.issue11492@psf.upfronthosting.co.za>
2011-04-06 21:43:11r.david.murraylinkissue11492 messages
2011-04-06 21:43:11r.david.murraycreate