[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
> -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
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
> 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