• R. David Murray's avatar
    #9286: Fix the rfc822 parser to preserve whitespace in address local part. · 63563cdf
    R. David Murray yazdı
    Such addresses are not RFC compliant except under the 'obsolete syntax'
    rules, but before this fix the whitespace was dropped from the input,
    concatenating the pieces.  That breaks one of the principles of the
    email package, that of preserving the input as much as possible.
    It also denies the application program the opportunity to apply its
    own heuristics to interpretation of such non-compliant addresses.
    
    It is possible users of the email package were depending on the local
    part always being a single token, so this fix will not be backported.
    63563cdf
Adı
Son kayıt (commit)
Son güncelleme
..
mime Loading commit data...
test Loading commit data...
__init__.py Loading commit data...
_parseaddr.py Loading commit data...
base64mime.py Loading commit data...
charset.py Loading commit data...
encoders.py Loading commit data...
errors.py Loading commit data...
feedparser.py Loading commit data...
generator.py Loading commit data...
header.py Loading commit data...
iterators.py Loading commit data...
message.py Loading commit data...
parser.py Loading commit data...
quoprimime.py Loading commit data...
utils.py Loading commit data...