cpython/Lib/email
Barry Warsaw f4c7c402d4 RFC 2822 describes the characters allowed in a header field name. Conform to
this, and add test cases.
2004-11-29 03:46:54 +00:00
..
test RFC 2822 describes the characters allowed in a header field name. Conform to 2004-11-29 03:46:54 +00:00
Charset.py __init__(): Coerce the input_charset to unicode (with ascii encoding) before 2004-10-09 21:08:30 +00:00
Encoders.py Big email 3.0 API changes, with updated unit tests and documentation. 2004-10-03 03:16:19 +00:00
Errors.py Big email 3.0 API changes, with updated unit tests and documentation. 2004-10-03 03:16:19 +00:00
FeedParser.py RFC 2822 describes the characters allowed in a header field name. Conform to 2004-11-29 03:46:54 +00:00
Generator.py Big email 3.0 API changes, with updated unit tests and documentation. 2004-10-03 03:16:19 +00:00
Header.py Big email 3.0 API changes, with updated unit tests and documentation. 2004-10-03 03:16:19 +00:00
Iterators.py Big email 3.0 API changes, with updated unit tests and documentation. 2004-10-03 03:16:19 +00:00
MIMEAudio.py Big email 3.0 API changes, with updated unit tests and documentation. 2004-10-03 03:16:19 +00:00
MIMEBase.py Big email 3.0 API changes, with updated unit tests and documentation. 2004-10-03 03:16:19 +00:00
MIMEImage.py Big email 3.0 API changes, with updated unit tests and documentation. 2004-10-03 03:16:19 +00:00
MIMEMessage.py Big email 3.0 API changes, with updated unit tests and documentation. 2004-10-03 03:16:19 +00:00
MIMEMultipart.py Big email 3.0 API changes, with updated unit tests and documentation. 2004-10-03 03:16:19 +00:00
MIMENonMultipart.py Big email 3.0 API changes, with updated unit tests and documentation. 2004-10-03 03:16:19 +00:00
MIMEText.py Big email 3.0 API changes, with updated unit tests and documentation. 2004-10-03 03:16:19 +00:00
Message.py get_boundary(): Fix for SF bug #1060941. RFC 2046 says boundaries may begin 2004-11-06 00:04:52 +00:00
Parser.py Big email 3.0 API changes, with updated unit tests and documentation. 2004-10-03 03:16:19 +00:00
Utils.py Whitespace normalization. 2004-10-12 21:51:32 +00:00
__init__.py There's likely nothing more to do to the email package before Python 2.4 is 2004-11-29 01:10:14 +00:00
_parseaddr.py Big email 3.0 API changes, with updated unit tests and documentation. 2004-10-03 03:16:19 +00:00
base64MIME.py Big email 3.0 API changes, with updated unit tests and documentation. 2004-10-03 03:16:19 +00:00
quopriMIME.py Big email 3.0 API changes, with updated unit tests and documentation. 2004-10-03 03:16:19 +00:00