RE: E-mail Parsing

2004-08-04 Thread Thomas Bätzler
[EMAIL PROTECTED] <[EMAIL PROTECTED]> asked: > I'm have a email in a text file. From this file I would like > to get the sender information, the attached files and the > body of the e-mail. > > Is there something simple to do this? Yeah. MIME::Parser from the MIME-tools distribution. HTH, Thom

RE : E-mail Parsing

2004-08-04 Thread Jose Nyimi
> -Message d'origine- > De : Brian Gerard [mailto:[EMAIL PROTECTED] > Envoyé : mercredi 4 août 2004 19:40 > À : Perls of Wisdom > Objet : Re: E-mail Parsing > > And the clouds parted, and Wiggins d Anconia said... > > > > > I'm have a email

Re: E-mail Parsing

2004-08-04 Thread Brian Gerard
And the clouds parted, and Wiggins d Anconia said... > > > I'm have a email in a text file. From this file I would like to get the > > sender information, the attached files and the body of the e-mail. > > > > Is there something simple to do this? > > > > Check out the MIME::Parser or Mail::Box

Re: E-mail Parsing

2004-08-04 Thread Wiggins d Anconia
> I'm have a email in a text file. From this file I would like to get the > sender information, the attached files and the body of the e-mail. > > Is there something simple to do this? > > Marcos > Check out the MIME::Parser or Mail::Box modules from CPAN. There are others probably but these tw

E-mail Parsing

2004-08-04 Thread Marcos . Rebelo
I'm have a email in a text file. From this file I would like to get the sender information, the attached files and the body of the e-mail. Is there something simple to do this? Marcos -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]