Searched refs:is_attachment (Results 1 – 6 of 6) sorted by relevance
725 self.assertFalse(m.is_attachment())727 self.assertFalse(m.is_attachment())729 self.assertTrue(m.is_attachment())731 self.assertTrue(m.is_attachment())733 self.assertTrue(m.is_attachment())
973 def is_attachment(self): member in MIMEPart978 if part.is_attachment():1071 not part.is_attachment() and subtype not in seen):
4908 bool is_attachment = true; in PrepareObjects() local4910 while (is_attachment) in PrepareObjects()4914 is_attachment = false; in PrepareObjects()4919 is_attachment = true; in PrepareObjects()5261 bool is_attachment = true; in PrepareObjects() local5263 while (is_attachment) in PrepareObjects()5267 is_attachment = false; in PrepareObjects()5272 is_attachment = true; in PrepareObjects()5279 is_attachment = true; in PrepareObjects()5688 bool is_attachment = true; in PrepareObjects() local[all …]
451 .. method:: is_attachment457 is_attachment is now a method instead of a property, for consistency
2178 Fix API bug: email.message.EmailMessage.is_attachment is now a method.2187 Fix email.message.EmailMessage.is_attachment to return the correct result
1414 - Issue #21091: Fix API bug: email.message.EmailMessage.is_attachment is now1419 - Issue #21079: Fix email.message.EmailMessage.is_attachment to return the