Skip Menu |

This queue is for tickets about the MIME-Structure CPAN distribution.

Report information
The Basics
Id: 46271
Status: open
Priority: 0/
Queue: MIME-Structure

People
Owner: nkuitse [...] cpan.org
Requestors: saurabh.hirani [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in:
  • 0.04
  • 0.05
  • 0.06
  • 0.07
Fixed in: (no value)



Subject: does not drill into message/rfc822 types
Date: Thu, 21 May 2009 16:43:47 +0530
To: bug-MIME-Structure [...] rt.cpan.org
From: Saurabh Hirani <saurabh.hirani [...] gmail.com>
Hi, I was looking for a module which shows the structure of a MIME message without decoding it. MIME::Structure seemed to perfectly fit the bill. But there is a limitation which might be a design decision, but it renders this module useless for many cases - it does not drill down into message/rfc822 content types and show its innards. For e.g if message structure is consisting of plain text and an image, the call to parse method of MIME::Structure shows parts as text/plain and image/gif But if this message is forwarded with a covering note then parse on that message would return - text/plain and message/rfc822. It should also show text/plain and image/gif. This is a great module and being lighter than many others it would be very useful provided this limitation is taken care of. Is the description good enough? Or was the limitation a design decision? -- regards, Saurabh.
I'll look into fixing this. I'm inclined to consider it a bug, not a feature, but I think it will be tricky to implement.