hello all , I am writing a module that has to extract the text part of a mail, This mail may contain attachments but then I would ignore the attachments If it contained html I would require to strip html tags and covert to text I am presently doing this with MIME::Parser and html2text.pl but I think the module MIME::Parser itself is an overkill. I parses all parts of the mail while I am interested only in the first part.
Is there a better way
Thanks Ram
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]