cpython/Lib/email
Barry Warsaw b384e01796 In class Generator:
_handle_text(): If the payload is None, then just return (i.e. don't
	write anything).  Subparts of message/delivery-status types
	will have this property since they are just blocks of headers.

	Also, when raising the TypeError, include the type of the
	payload in the error message.

    _handle_multipart(), _handle_message(): When creating a clone of self,
	pass in our _mangle_from_ and maxheaderlen flags so the clone
	has the same behavior.

    _handle_message_delivery_status(): New method to do the proper
	printing of message/delivery-status type messages.  These have
	to be handled differently than other message/* types because
	their payloads are subparts containing just blocks of headers.

In class DecodedGenerator:

    _dispatch(): Skip over multipart/* messages since we don't care
        about them, and don't want the non-text format to appear in
        the printed results.
2001-09-26 05:32:41 +00:00
..
Encoders.py cosmetic 2001-09-26 05:26:22 +00:00
Errors.py The email package version 1.0, prototyped as mimelib 2001-09-23 03:17:28 +00:00
Generator.py In class Generator: 2001-09-26 05:32:41 +00:00
Image.py The email package version 1.0, prototyped as mimelib 2001-09-23 03:17:28 +00:00
Iterators.py The email package version 1.0, prototyped as mimelib 2001-09-23 03:17:28 +00:00
MIMEBase.py The email package version 1.0, prototyped as mimelib 2001-09-23 03:17:28 +00:00
Message.py The email package version 1.0, prototyped as mimelib 2001-09-23 03:17:28 +00:00
MessageRFC822.py The email package version 1.0, prototyped as mimelib 2001-09-23 03:17:28 +00:00
Parser.py The email package version 1.0, prototyped as mimelib 2001-09-23 03:17:28 +00:00
Text.py The email package version 1.0, prototyped as mimelib 2001-09-23 03:17:28 +00:00
Utils.py The email package version 1.0, prototyped as mimelib 2001-09-23 03:17:28 +00:00
__init__.py The email package version 1.0, prototyped as mimelib 2001-09-23 03:17:28 +00:00