]> granicus.if.org Git - python/commit
_parsebody(): Use get_boundary() and get_type().
authorBarry Warsaw <barry@python.org>
Wed, 26 Sep 2001 05:44:09 +0000 (05:44 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 26 Sep 2001 05:44:09 +0000 (05:44 +0000)
commit66971fbca586a87ba247eaf806938384b0e41492
tree0221b737318e602079acd79500bb0f385fb1efd9
parentbeb5945c65f13e181409c09d89795673c4f73162
_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.
Lib/email/Parser.py