cpython/Lib/email
Barry Warsaw 33975eac3d _split_ascii(): lstrip the individual lines in the ascii split lines,
since we'll be adding our own continuation whitespace later.
2003-03-07 23:24:34 +00:00
..
test test_long_unbreakable_lines_with_continuation(): Another funky example 2003-03-07 23:23:04 +00:00
Charset.py Merge of the folding-reimpl-branch. Specific changes, 2003-03-06 05:16:29 +00:00
Encoders.py
Errors.py
Generator.py _write_headers(), _split_header(): All of the smarts for splitting 2003-03-07 15:43:17 +00:00
Header.py _split_ascii(): lstrip the individual lines in the ascii split lines, 2003-03-07 23:24:34 +00:00
Iterators.py _structure(): Swap fp and level arguments. 2002-10-01 00:51:47 +00:00
MIMEAudio.py
MIMEBase.py
MIMEImage.py
MIMEMessage.py
MIMEMultipart.py
MIMENonMultipart.py
MIMEText.py Docstring consistency with the updated .tex files. 2002-10-01 00:52:27 +00:00
Message.py get_content_charset(): RFC 2046 $4.1.2 says charsets are not case 2002-10-10 15:13:26 +00:00
Parser.py Merge of the folding-reimpl-branch. Specific changes, 2003-03-06 05:25:35 +00:00
Utils.py decode_rfc2231(): RFC 2231 allows leaving out both the charset and 2003-03-07 22:46:41 +00:00
__init__.py Actually, make this 2.5a1 since it will include API changes that may 2002-12-30 19:08:38 +00:00
_compat21.py Whitespace normalization. 2002-12-24 18:31:27 +00:00
_compat22.py
_parseaddr.py parsedate_tz(): Fix SF bug #552345, optional FWS between the comma and 2002-12-30 17:21:36 +00:00
base64MIME.py Merge of the folding-reimpl-branch. Specific changes, 2003-03-06 05:25:00 +00:00
quopriMIME.py Merge of the folding-reimpl-branch. Specific changes, 2003-03-06 05:14:20 +00:00