On Thu, Sep 18, 2003 at 02:51:19PM -0700, Gerardo Schimpf wrote: > Hi guys! > I'm looking Perl Module that does email decoder. > I mean something that I gave to the email file and the Module returns > the Message, Subject, Headers, etc, etc.
FROM perldoc Mail::Internet NAME Mail::Internet - manipulate Internet format (RFC 822) mail messages [...] DESCRIPTION This package provides a class object which can be used for reading, creating, manipulating and writing a message with RFC822 compliant headers. If you start writing a new application, you may want to use the Mail::Box set of packages (requires perl 5.6.1), which has more fea- tures. See http://perl.overmeer.net/mailbox. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
