cpython/Lib/email
Barry Warsaw 062749ac57 _split_header(): The code here was terminally broken because it didn't
know anything about RFC 2047 encoded headers.  Fortunately we have a
perfectly good header splitter in Header.encode().  So we just call
that to give us a properly formatted and split header.
Header.encode() didn't know about "highest-level syntactic breaks" but
that's been fixed now too.
2002-06-28 23:41:42 +00:00
..
__init__.py
_compat21.py
_compat22.py
base64MIME.py
Charset.py
Encoders.py
Errors.py
Generator.py _split_header(): The code here was terminally broken because it didn't 2002-06-28 23:41:42 +00:00
Header.py
Iterators.py
Message.py
MIMEAudio.py
MIMEBase.py
MIMEImage.py
MIMEMessage.py
MIMEMultipart.py
MIMENonMultipart.py
MIMEText.py
Parser.py
quopriMIME.py
Utils.py