exception email.errors.BoundaryError 
Raised under some error conditions when parsing the RFC 2822 headers of a message, this class is derived from MessageParseError. It can be raised from the Parser.parse or Parser.parsestr methods.
Situations where it can be raised include not being able to find the starting or terminating boundary in a multipart/* message when strict parsing is used.
Please login to continue.