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 Fedele Mantuano
Recipients Fedele Mantuano, adepasquale, barry, maciej.szulik, r.david.murray
Date 2016-09-21.13:21:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474464061.15.0.419515793796.issue27010@psf.upfronthosting.co.za>
In-reply-to
Content
I developed a library that can get that malformed email part, but to get it I used the not correct type of defect "StartBoundaryNotFoundDefect" (https://github.com/SpamScope/mail-parser/blob/develop/mailparser/__init__.py#L44).
With this patch, I could get malformed email part with the correct defect.
History
Date User Action Args
2016-09-21 13:21:01Fedele Mantuanosetrecipients: + Fedele Mantuano, barry, r.david.murray, maciej.szulik, adepasquale
2016-09-21 13:21:01Fedele Mantuanosetmessageid: <1474464061.15.0.419515793796.issue27010@psf.upfronthosting.co.za>
2016-09-21 13:21:01Fedele Mantuanolinkissue27010 messages
2016-09-21 13:21:01Fedele Mantuanocreate