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 
plain text to process.


What module(s) would you suggest I look at?

Robert

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/




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 reminds me of this:

   http://www.stonehenge.com/merlyn/UnixReview/col37.html

Hope this helps!

--Tom Phoenix
Stonehenge Perl Training

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/




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 to process.


That reminds me of this:

   http://www.stonehenge.com/merlyn/UnixReview/col37.html

Hope this helps!



Thanks Tom!

Robert

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/