cpython/Lib/email
Barry Warsaw 7e21b6792b I've thought about it some more, and I believe it is proper for the
email package's Parser to handle the three common line endings.
Certain protocols such as IMAP define CRLF line endings and it doesn't
make sense for the client app to have to normalize the line endings
before handing it message off to the Parser.

_parsebody(): Be more flexible in the matching of line endings for
finding the MIME separators.  Accept any of \r, \n and \r\n.  Note
that we do /not/ change the line endings in the payloads, we just
accept any of those three around MIME boundaries.
2002-05-19 23:51:50 +00:00
..
Charset.py Sync'ing with standalone email package 2.0.1. This adds support for 2002-04-10 21:01:31 +00:00
Encoders.py Complete a merge of the mimelib project and the Python cvs codebases 2002-05-19 23:44:19 +00:00
Errors.py Sync'ing with standalone email package 2.0.1. This adds support for 2002-04-10 21:01:31 +00:00
Generator.py Sync'ing with standalone email package 2.0.1. This adds support for 2002-04-10 21:01:31 +00:00
Header.py Fixed a bug in the splitting of lines, and improved the splitting for 2002-05-19 23:47:53 +00:00
Iterators.py Complete a merge of the mimelib project and the Python cvs codebases 2002-05-19 23:44:19 +00:00
MIMEAudio.py Docstring typo fix. 2001-11-24 15:49:53 +00:00
MIMEBase.py Sync'ing with standalone email package 2.0.1. This adds support for 2002-04-10 21:01:31 +00:00
MIMEImage.py Sync'ing with standalone email package 2.0.1. This adds support for 2002-04-10 21:01:31 +00:00
MIMEMessage.py Sync'ing with standalone email package 2.0.1. This adds support for 2002-04-10 21:01:31 +00:00
MIMEText.py Sync'ing with standalone email package 2.0.1. This adds support for 2002-04-10 21:01:31 +00:00
Message.py Complete a merge of the mimelib project and the Python cvs codebases 2002-05-19 23:44:19 +00:00
Parser.py I've thought about it some more, and I believe it is proper for the 2002-05-19 23:51:50 +00:00
Utils.py Complete a merge of the mimelib project and the Python cvs codebases 2002-05-19 23:44:19 +00:00
__init__.py Complete a merge of the mimelib project and the Python cvs codebases 2002-05-19 23:44:19 +00:00
_compat21.py Complete a merge of the mimelib project and the Python cvs codebases 2002-05-19 23:44:19 +00:00
_compat22.py Complete a merge of the mimelib project and the Python cvs codebases 2002-05-19 23:44:19 +00:00
base64MIME.py Sync'ing with standalone email package 2.0.1. This adds support for 2002-04-10 21:01:31 +00:00
quopriMIME.py Sync'ing with standalone email package 2.0.1. This adds support for 2002-04-10 21:01:31 +00:00