Re: Modules for parsing emails

2007-05-30 Thread Robert Hicks
Tom Phoenix wrote: On 5/30/07, Robert Hicks <[EMAIL PROTECTED]> wrote: I need to parse email headers and the body of the email. The emails are supposed to be plain text only but sometimes someone goofs and sends one in HTML. I need to strip away the HTML elements and/or covert it to plain text

Re: Modules for parsing emails

2007-05-30 Thread Tom Phoenix
On 5/30/07, Robert Hicks <[EMAIL PROTECTED]> wrote: I need to parse email headers and the body of the email. The emails are supposed to be plain text only but sometimes someone goofs and sends one in HTML. I need to strip away the HTML elements and/or covert it to plain text to process. That r

Modules for parsing emails

2007-05-30 Thread Robert Hicks
Since CPAN is pretty huge, I thought I would throw out a request for comments. I need to parse email headers and the body of the email. The emails are supposed to be plain text only but sometimes someone goofs and sends one in HTML. I need to strip away the HTML elements and/or covert it to p