cpython/Lib/email
Barry Warsaw f6caeba03a Anthony Baxter's patch for non-strict parsing. This adds a `strict'
argument to the constructor -- defaulting to true -- which is
different than Anthony's approach of using global state.

parse(), parsestr(): Grow a `headersonly' argument which stops parsing
once the header block has been seen, i.e. it does /not/ parse or even
read the body of the message.  This is used for parsing message/rfc822
type messages.

We need test cases for the non-strict parsing.  Anthony will supply
these.

_parsebody(): We can get rid of the isdigest end-of-line kludges,
although we still need to know if we're parsing a multipart/digest so
we can set the default type accordingly.
2002-07-09 02:50:02 +00:00
..
__init__.py With the addition of Oleg's support for RFC 2231, it's time to bump 2002-07-09 02:13:10 +00:00
_compat21.py _intdiv2() -> _floordiv(), merge of uncommitted changes. 2002-06-02 18:59:06 +00:00
_compat22.py _intdiv2() -> _floordiv(), merge of uncommitted changes. 2002-06-02 18:59:06 +00:00
base64MIME.py header_encode(), encode(): Use _floordiv() from the appropriate 2002-06-02 19:08:31 +00:00
Charset.py _is_unicode(): Use UnicodeType instead of the unicode builtin for 2002-06-01 03:56:07 +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 Slightly better docstring 2002-06-01 05:45:37 +00:00
Generator.py clone(): A new method for creating a clone of this generator (for 2002-07-09 02:43:47 +00:00
Header.py append(): Clarify the expected type of charset. 2002-07-03 05:04:04 +00:00
Iterators.py _structure(): A handy little debugging aid that I don't (yet) intend 2002-07-09 02:39:07 +00:00
Message.py Add the concept of a "default type". Normally the default type is 2002-07-09 02:46:12 +00:00
MIMEAudio.py Use absolute import paths for intrapackage imports. 2002-06-02 19:05:08 +00:00
MIMEBase.py Use absolute import paths for intrapackage imports. 2002-06-02 19:05:08 +00:00
MIMEImage.py Use absolute import paths for intrapackage imports. 2002-06-02 19:05:08 +00:00
MIMEMessage.py __init__(): Be sure to set the default type to message/rfc822. 2002-07-09 02:40:35 +00:00
MIMEMultipart.py __init__(): Don't attach the subparts if its an empty tuple. If the 2002-07-09 02:44:26 +00:00
MIMENonMultipart.py These two classes provide bases for more specific content type 2002-06-01 05:59:12 +00:00
MIMEText.py Use absolute import paths for intrapackage imports. 2002-06-02 19:05:08 +00:00
Parser.py Anthony Baxter's patch for non-strict parsing. This adds a `strict' 2002-07-09 02:50:02 +00:00
quopriMIME.py _max_append(): When adding the string `s' to its own line, it should 2002-06-28 23:48:23 +00:00
Utils.py Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133 2002-06-29 05:58:04 +00:00