Module to convert emails

Hello All,

I was curious if anyone here was aware of any Perl module that spits
out a plain text version of an email? So no matter what format (multi
or not) the emails was in, it would return just a text version.

Am useing Mail::Internet and did a search on CPAN, but perhaps I am
using the wrong search terms.

Thanks ahead,

Sergio
SergioQ [ So, 25 Februar 2007 20:20 ] [ ID #1639946 ]

Re: Module to convert emails

SergioQ wrote:
> I was curious if anyone here was aware of any Perl module that spits
> out a plain text version of an email? So no matter what format (multi
> or not) the emails was in, it would return just a text version.

Teh MIME modules will give you access to the individual components of a MIME
mail.
Converting HMTL into plain text is a FAQ: "How do I remove HTML from a
string?

jue
jurgenex [ Mo, 26 Februar 2007 03:17 ] [ ID #1640897 ]

Re: Module to convert emails

On Feb 25, 9:17 pm, "Jürgen Exner" <jurge... [at] hotmail.com> wrote:

> Teh MIME modules will give you access to the individual components of a M=
IME
> mail.
> Converting HMTL into plain text is a FAQ: "How do I remove HTML from a
> string?

Thanks Jue. Will look at those modules. As for the FAQ part it goes
beyond that since emails can have far more than jsut HTML. So was
looking for the one size fits all approach, if it existed.

Sergio
SergioQ [ Mo, 26 Februar 2007 17:25 ] [ ID #1640901 ]
Perl » comp.lang.perl.modules » Module to convert emails

Vorheriges Thema: compare MSXML objects (nodes)
Nächstes Thema: LWP::UserAgent hangs up infinitively