Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Email-MIME-Attachment-Stripper CPAN distribution.

Report information
The Basics
Id: 45459
Status: open
Priority: 0/
Queue: Email-MIME-Attachment-Stripper

People
Owner: Nobody in particular
Requestors: dsteinbrunner [...] pobox.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.316
Fixed in: (no value)



Subject: Attachment only email not parsed
I have an email that has no body text, just an attachment which gives the message only one part. The _detach_all method has a check straight off that makes the assumption that there must be more than one part otherwise it bails. This does not work with the example I am trying to deal with. Commenting out this line allows the module to work in the given case.
I will review this ticket soon, but in the meantime, E-M-A-S may be replaced or significantly rewritten: https://github.com/rjbs/Email-MIME-Attachment-Stripper/issues/2 -- rjbs