mirror of
https://github.com/python/cpython.git
synced 2025-10-26 19:24:34 +00:00
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.
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| Encoders.py | ||
| Errors.py | ||
| Generator.py | ||
| Iterators.py | ||
| Message.py | ||
| MIMEBase.py | ||
| MIMEImage.py | ||
| MIMEMessage.py | ||
| MIMEText.py | ||
| Parser.py | ||
| Utils.py | ||