smallwalrus has asked for the wisdom of the Perl Monks concerning the following question:

Hi,

Sorry if this seems like a noobish question. I've been wanting to parse raw email data back into a MIME::Lite object so that the plain text, html, and file attachments may be decoded separately. Is there any elegant way to go about that?

Thanks!

  • Comment on Parsing raw email text into Mime::Lite object?

Replies are listed 'Best First'.
Re: Parsing raw email text into Mime::Lite object?
by Anonymous Monk on Jul 05, 2008 at 09:32 UTC
    Heres a lesson we should all know :)
    perldoc Mime::LITE|grep -i parse * There's no parsing. Get MIME-tools if you need to parse MIME
    Now go get MIME-tools :)