tags:

views:

75

answers:

2

Does anyone know of an existing tool to render a HTML-display for emails?

I have access to the mail-source as text and need some kind of function/class/miniframework/... to get an Outlook-like display as a HTML-page.

I looked into Horde and roundcube and I would really like to avoid having to extract the functionality from those big projects. So, any ideas or suggestions are very much appreciated!

edit: The problem here mainly lies in nested Multipart-Mails, which i would like to display inline.

A: 

Sorry, i dont understand your needs. You can access the email source, doesnt you? What do you mean with to get an Outlook-like display as a HTML-page?

You want to 'replicate' the outlook interface (GUI) in a eb page, agible by the browsers?

DaNieL
"You want to 'replicate' the outlook interface (GUI) in a eb page, agible by the browsers?" -> Yes
Ulf
+1  A: 

Maybe a combination of the MIME Email parser class and the Ext JS Javascript library are what you're looking for.

Specifically take a look at the Ext JS feed viewer example.

cOle2