in reply to
Re: Parsing a multipart mail
in thread
Parsing a multipart mail
With MIME::Parser, you can get the full rfc/822 message by using the $part->body_as_string method and feeding that back into a new/reused MIME::Parser object.
Comment on
Re^2: Parsing a multipart mail
In Section
Seekers of Perl Wisdom