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 rednaw
Recipients barry, r.david.murray, rednaw
Date 2014-02-24.09:02:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393232554.42.0.375262686044.issue20747@psf.upfronthosting.co.za>
In-reply-to
Content
Line wrapping is indeed done by `Header`, but why do `base64mime` and `quoprimime` then have their own line wrapping? I assume so that you can also use them independently. So that's why I would think `Charset.header_encode` should also accept a `maxlinelen` so that you can use `Charset` independently too.
History
Date User Action Args
2014-02-24 09:02:34rednawsetrecipients: + rednaw, barry, r.david.murray
2014-02-24 09:02:34rednawsetmessageid: <1393232554.42.0.375262686044.issue20747@psf.upfronthosting.co.za>
2014-02-24 09:02:34rednawlinkissue20747 messages
2014-02-24 09:02:34rednawcreate