cpython/Lib/email
Barry Warsaw d43857455e _structure(): Take an optional `fp' argument which would be the object
to print>> the structure to.  Defaults to sys.stdout.
2002-07-19 22:21:47 +00:00
..
__init__.py Anthony Baxter's patch to expose the parser's `strict' flag in these 2002-07-18 21:29:17 +00:00
_compat21.py
_compat22.py
base64MIME.py header_encode(), encode(): Use _floordiv() from the appropriate 2002-06-02 19:08:31 +00:00
Charset.py
Encoders.py
Errors.py
Generator.py _dispatch(): Use the new Message.get_content_type() method as hashed 2002-07-19 22:21:02 +00:00
Header.py make_header(): New function to take the output of decode_header() and 2002-07-09 16:33:47 +00:00
Iterators.py _structure(): Take an optional `fp' argument which would be the object 2002-07-19 22:21:47 +00:00
Message.py Anthony Baxter's cleanup patch. Python project SF patch # 583190, 2002-07-18 23:09:09 +00:00
MIMEAudio.py
MIMEBase.py
MIMEImage.py
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
MIMEText.py
Parser.py Anthony Baxter's cleanup patch. Python project SF patch # 583190, 2002-07-18 23:09:09 +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