Message118175
There are a couple of things I don't understand:
+* :class:`~email.generator.Generator` will convert message bodies that
+ have a :mailheader:`ContentTransferEncoding` of 8bit and a known charset to
+ instead have a :mailheader:`CotnentTransferEncoding` of ``QuotedPrintable``.
Why so?
+* All operations are on unicode strings. Text inputs must be strings,
+ text outputs are strings.
This is a rather strange statement given that you are adding bytes-consuming and bytes-producing functions. |
|
Date |
User |
Action |
Args |
2010-10-08 10:19:39 | pitrou | set | recipients:
+ pitrou, barry, anadelonbrin, vstinner, r.david.murray, dato, tercero12, meatballhat |
2010-10-08 10:19:39 | pitrou | set | messageid: <1286533179.13.0.604170635253.issue4661@psf.upfronthosting.co.za> |
2010-10-08 10:19:36 | pitrou | link | issue4661 messages |
2010-10-08 10:19:36 | pitrou | create | |
|