Changes between Initial Version and Version 1 of Ticket #23063, comment 27
- Timestamp:
- Oct 9, 2014, 5:38:12 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23063, comment 27
initial v1 1 `as_string` implies text/unicode on python 3. There is no way to know how this should get encoded for wire transfers (especially if you have multipart mime messages). 1 `as_string` implies text/unicode on python 3. There is no way to know how this should get encoded for wire transfers (especially if you have multipart mime messages). This is also the reason why it broke on python 3 in the first place cause it produced quoted printable mails.