Ramprasad A Padmanabhan wrote:
Hi,
I want to implement an email reader thru a web browser. Is there a utility which can parse mails in the standard unix mail format and display it in a html page.

I tried to write my own using MIME::Parser , but that seems to be exceedingly tedious. I have to decide on which multipart type to pickup, ( preferrably html ) bother about encoded headers , bother about encoded bodies and all that. Since there are already so many webmail clients opensource, I believe there must also be a library like

Can someone help me

search.cpan.org has several modules to help you do this

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


Reply via email to