#9298: restore proper folding of base64 encoded bodies.

Patch by Yves Dorfsman.
This commit is contained in:
R David Murray 2011-03-16 15:52:22 -04:00
parent d3b7a55f54
commit 6d94bd470e
4 changed files with 21 additions and 6 deletions

View file

@ -12,7 +12,7 @@ __all__ = [
]
from base64 import b64encode as _bencode
from base64 import encodebytes as _bencode
from quopri import encodestring as _encodestring