Issue 14734: Use binascii.b2a_qp/a2b_qp in email package header handling? (original) (raw)

Issue14734

Created on 2012-05-05 20:17 by r.david.murray, last changed 2022-04-11 14:57 by admin.

Messages (1)
msg160038 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2012-05-05 20:17
Currently the email package uses its own custom quoted printable encode/decode implementation for handling header quoted printable CTE encoding and decoding. It could be that using binascii would work, and be more performant. Or it might not be, but it seems like it might be worth investigating.
History
Date User Action Args
2022-04-11 14:57:29 admin set github: 58939
2014-07-02 21:41:50 BreamoreBoy set versions: + Python 3.5, - Python 3.4
2012-05-24 14:56:33 r.david.murray set assignee: r.david.murray -> components: + emailnosy: + barry
2012-05-05 20:17:42 r.david.murray create