Zarabozo, Francisco (GE, Corporate) wrote:
> Hello All,
> 
> I'm using Email::MIME to interprete *.eml files (regular email messages) in 
> order to display them correctly in a web page (a web mail application). I'm 
> having some problems with it as it doesn't recognize certain content-type's 
> in multipart messages.

What do you plan on doing with these various content-types other than to just
display the text as is ?

> I want to be able to do this with Perl and display all kind of multipart 
> messages and its contents as well as Outlook Express or Windows Live Mail do 
> it. I've seen Java and PHP web applications that accomplish this perfectly, 
> but I really want to do it in Perl and I wouldn't like the idea of having to 
> chose another language over Perl to do something Perl is supposed to do 
> perfectly.
> 
> Does any one know if there's a better module to do this than Email::MIME?

Depends on what you want to do with the msgs.  They're just simple text
msgs for the most part.  MIME::Parser may be closer to what you need though.
_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to