Skip Menu |

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

Report information
The Basics
Id: 4478
Status: rejected
Priority: 0/
Queue: MIME-tools

People
Owner: Nobody in particular
Requestors: teejay [...] droogs.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 5.411a
Fixed in: (no value)



Subject: MIME::Entity losing information
problem encountered using version when head() is called on a MIME::Entity fetched via parts(), content-id is lost. Oddly when looking in the function itself and dumping at the start and end of the call, the values are already gone. very strange.
[guest - Tue Nov 25 05:28:22 2003]: Show quoted text
> problem encountered using version > > when head() is called on a MIME::Entity fetched via parts(), content- > id is lost. > > Oddly when looking in the function itself and dumping at the start and > end of the call, the values are already gone. > > very strange.
It could be MIME::Parser thats at fault - its very strange. head() returns MIME::Head objects with content-id when called by all the packages except mine, when it is called by my module, the object returned is missing several fields.
Not enough info to debug