in reply to Creating mail::message from retrieved text

You may want to experiment with Mail::Message->buildFromBody() which is part of the Mail::Box distribution

Replies are listed 'Best First'.
Re^2: Creating mail::message from retrieved text
by raflach (Pilgrim) on Feb 08, 2005 at 20:32 UTC
    Thanks, but buildFromBody, requires a Mail::Message::Body object, which requires the same type of parsing as Mail::Message. I just know there have to be hooks in there somewhere to read in a plaintext file and produce a Message object, but I haven't been able to find them. As an alternative does anyone have any e-mail header/body parsing routines that return some easily manipulable hash/array/whatever that I could then use to construct a message using build?