• Barry Warsaw's avatar
    readline(): RFC 2046, section 5.1.2 (and partially 5.1) both state that the · 4e59bc1e
    Barry Warsaw yazdı
    parser must recognize outer boundaries in inner parts.  So cruise through the
    EOF stack backwards testing each predicate against the current line.
    
    There's still some discussion about whether this is (always) the best thing to
    do.  Anthony would rather parse these messages as if the outer boundaries were
    ignored.  I think that's counter to the RFC, but might be practically more
    useful.  Can you say behavior flag?  (ug).
    4e59bc1e
Adı
Son kayıt (commit)
Son güncelleme
..
test 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...
MIMEAudio.py Loading commit data...
MIMEBase.py Loading commit data...
MIMEImage.py Loading commit data...
MIMEMessage.py Loading commit data...
MIMEMultipart.py Loading commit data...
MIMENonMultipart.py Loading commit data...
MIMEText.py Loading commit data...
Message.py Loading commit data...
Parser.py Loading commit data...
Utils.py Loading commit data...
__init__.py Loading commit data...
_parseaddr.py Loading commit data...
base64MIME.py Loading commit data...
quopriMIME.py Loading commit data...