|
Posted by Jürgen Exner on February 25, 2007, 9:17 pm
Please log in for more thread options
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
|