cpython/Lib/email
Barry Warsaw 66971fbca5 _parsebody(): Use get_boundary() and get_type().
Also, add a clause to the big-if to handle message/delivery-status
    content types.  These create a message with subparts that are
    Message instances, which best represent the header blocks of this
    content type.
2001-09-26 05:44:09 +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
Iterators.py Updated docstrings. Also, 2001-09-26 05:35:47 +00:00
MIMEBase.py __init__(): Arguments major renamed to maintype and minor renamed to 2001-09-26 05:36:36 +00:00
MIMEImage.py Image.py and class Image => MIMEImage.py and MIMEImage 2001-09-26 05:34:30 +00:00
MIMEMessage.py Image.py and class Image => MIMEImage.py and MIMEImage 2001-09-26 05:34:30 +00:00
MIMEText.py Image.py and class Image => MIMEImage.py and MIMEImage 2001-09-26 05:34:30 +00:00
Message.py has_key(): Implement in terms of get(). 2001-09-26 05:41:51 +00:00
Parser.py _parsebody(): Use get_boundary() and get_type(). 2001-09-26 05:44:09 +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