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 xavierd
Recipients r.david.murray, xavierd
Date 2011-08-17.13:04:04
SpamBayes Score 0.098013155
Marked as misclassified No
Message-id <1313586246.02.0.0374856901592.issue12515@psf.upfronthosting.co.za>
In-reply-to
Content
I also noticed that 'email' modifies the message structure when the header/body separator is missing. And nothing is added to the defect list.
In the attachment, you'll find : 
 - email.patch: this patch add the following error to the defects list :
   - the error 'email.errors.CloseBoundaryNotFoundDefect' when a boundary isn't closed.
   - the error 'email.errors.MissingHeaderBodySeparator' when the header/body isn't found
(patch for python 2.7.2)
 - orig.email: a email without a header/body separator
History
Date User Action Args
2011-08-17 13:04:06xavierdsetrecipients: + xavierd, r.david.murray
2011-08-17 13:04:06xavierdsetmessageid: <1313586246.02.0.0374856901592.issue12515@psf.upfronthosting.co.za>
2011-08-17 13:04:05xavierdlinkissue12515 messages
2011-08-17 13:04:05xavierdcreate