[issue11492] email.header.Header doesn't fold headers at spaces if value contains '; 's

R. David Murray report at bugs.python.org
Thu Apr 7 18:56:24 CEST 2011


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

OK, it looks like the wrapping problem arises when the line contains runs of blank delimited tokens longer than maxlinelen *and* the line also contains ';'s.  The line is then split at the ';' and the remaining overlong pieces are not split.

I'll work on a fix.

----------
stage: committed/rejected -> needs patch
title: email.header.Header doesn't fold headers at spaces -> email.header.Header doesn't fold headers at spaces if value contains ';'s

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


More information about the Python-bugs-list mailing list