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, r.david.murray, suryak
Date 2014-03-04.15:48:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393948130.26.0.733136124191.issue18886@psf.upfronthosting.co.za>
In-reply-to
Content
cte binary has nothing to do with headers (other than appearing as the value of the content-transfer-encoding header).  It is about how the body of the email is handled.  ByteGenerator needs to be modified to not do anything with a payload whose cte is binary other than write it to the output stream as bytes.  This of course means it is ignoring max_line_length...so it is an interesting question whether or not CTE binary should be supported if max_line_length is anything other than 0/None.
History
Date User Action Args
2014-03-04 15:48:50r.david.murraysetrecipients: + r.david.murray, barry, suryak
2014-03-04 15:48:50r.david.murraysetmessageid: <1393948130.26.0.733136124191.issue18886@psf.upfronthosting.co.za>
2014-03-04 15:48:50r.david.murraylinkissue18886 messages
2014-03-04 15:48:49r.david.murraycreate