[issue11606] maxlinelen exceeded by email module's body_encode() function

R. David Murray report at bugs.python.org
Thu Mar 24 17:01:18 CET 2011


R. David Murray <rdmurray at bitdance.com> added the comment:

I turns out that issue 5803 has a patch that also fixes this bug, and the algorithm used there is even more efficient than the one you've developed here.  However, it is also not compatible with the email5 version of quoprimime.  It could be adapted, but I think I'm going to put off considering that until I can take a deeper look at why encode_body takes string as its input.  So I'm going to apply this patch in the meantime.

----------
versions:  -Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11606>
_______________________________________


More information about the Python-bugs-list mailing list