Home
last modified time | relevance | path

Searched refs:iter_attachments (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Doc/includes/
Demail-read-alternative.py51 for part in richest.iter_attachments():
/third_party/python/Lib/test/test_email/
Dtest_message.py487 self.assertEqual(list(m.iter_attachments()), attachments)
742 self.assertEqual(len(list(m.iter_attachments())), 2)
938 attachments = msg.iter_attachments()
/third_party/python/Lib/email/
Dmessage.py1030 def iter_attachments(self): member in MIMEPart
/third_party/python/Doc/library/
Demail.message.rst575 .. method:: iter_attachments()
/third_party/python/Misc/
DNEWS18475 - bpo-27988: Fix email iter_attachments incorrect mutation of payload list.
21584 - bpo-27988: Fix email iter_attachments incorrect mutation of payload list.