> 
> Hi,
>     What would be that best library/module for parsing a mail file.  I
want to be able to extract the values for header tags as well as the
body(including 'recieved by'). 
> 

I have successfully used:

MIME::Parser
Mail::Box

What is best is *very* subjective, for me it turned out to be Mail::Box,
because it provides the whole range of mail services in similar
interface, is frequently updated (currently maintained), has a support
mailing list, etc. For others it is probably not because it has a steep
learning curve, is slow compared to others, etc.  There are others
available...

http://danconia.org

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to