1. 26 Sep, 2001 5 commits
    • Barry Warsaw's avatar
      Updated docstrings. Also, · 57758e3a
      Barry Warsaw authored
      typed_subpart_iterator(): Arguments major renamed to maintype and
          minor renamed to subtype for consistency with the rest of the
          package.
      57758e3a
    • Barry Warsaw's avatar
      Image.py and class Image => MIMEImage.py and MIMEImage · 3dd978df
      Barry Warsaw authored
      Text.py and class Text => MIMEText.py and MIMEText
      
      MessageRFC822.py and class MessageRFC822 => MIMEMessage.py and MIMEMessage
      
      These are renamed so as to be more consistent; these are MIME specific
      derived classes for when creating the object model out of whole cloth.
      3dd978df
    • Barry Warsaw's avatar
      In class Generator: · b384e017
      Barry Warsaw authored
          _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.
      b384e017
    • Barry Warsaw's avatar
      cosmetic · 6f70c419
      Barry Warsaw authored
      6f70c419
    • Barry Warsaw's avatar
      The email package documentation, currently organized the way I think · 5e634638
      Barry Warsaw authored
      Fred prefers.  I'm not sure I like this organization, so it may change.
      5e634638
  2. 25 Sep, 2001 25 commits
  3. 24 Sep, 2001 10 commits