bpo-33972: Fix EmailMessage.iter_attachments raising AttributeError. (GH-14119)
* bpo-33972: Fix EmailMessage.iter_attachments raising AttributeError. When certain malformed messages have content-type set to 'mulitpart/*' but still have a single part body, iter_attachments can raise AttributeError. This patch fixes it by returning a None value instead when the body is single part.
A
Abhilash Raj committed
02257012f6d3821d816cb6a7e8461a88a05b9a08
Parent: d7c87d9
Committed by Barry Warsaw <barry@python.org>
on 6/25/2019, 5:03:19 PM