This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brandon-rhodes
Recipients barry, brandon-rhodes, r.david.murray
Date 2014-03-27.17:21:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Oh - this also, happily, explains why iter_attachments() is ignoring
all of the attachments on my email: because it internally relies upon
is_attachment to make the decision. So this fix will also make
iter_attachments() usable!
History
Date User Action Args
2014-03-27 17:21:14brandon-rhodessetrecipients: + brandon-rhodes, barry, r.david.murray
2014-03-27 17:21:14brandon-rhodessetmessageid: <[email protected]>
2014-03-27 17:21:14brandon-rhodeslinkissue21079 messages
2014-03-27 17:21:13brandon-rhodescreate