Home
last modified time | relevance | path

Searched refs:MIMEPart (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/test/test_email/
Dtest_message.py4 from email.message import EmailMessage, MIMEPart
962 message = MIMEPart
/third_party/python/Lib/email/
Dmessage.py945 class MIMEPart(Message): class
1168 class EmailMessage(MIMEPart):
/third_party/python/Misc/NEWS.d/
D3.10.0b4.rst255 Fix :meth:`~email.message.MIMEPart.as_string` to pass unixfrom properly.
/third_party/python/Doc/library/
Demail.contentmanager.rst71 also :class:`.MIMEPart`).
Demail.message.rst739 .. class:: MIMEPart(policy=default)
/third_party/python/Doc/whatsnew/
D3.4.rst820 (:class:`.EmailMessage` and :class:`.MIMEPart`), along with a new sub-module,
/third_party/python/Misc/
DHISTORY3771 by adding new classes EmailMessage, MIMEPart, and ContentManager.