I don't think I've seen anything like what you're describing, but you ought to be able to use the standard mod_imap functions to determine whether a message has MIME components, HTML and the like, then output to the client as desired.
If you haven't, you should take a look at http://us2.php.net/manual/en/ref.imap.php I've just begun to mess with those functions and have been impressed with the amount of functionality that's available. Hope that helps, -Dan "Juan Nin" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Does anyone know of any module which can display an e-mail from it's source? > I mean, that it receives the mails source, and displays it as it is > displayed in a webmail for example.. > It should be able to hand HTML messages and attachments > > I searched the web and found nothing... > > I could take code from any PHP based Webmail and modify it a bit to do this, > but maybe there's some existing module to do this.. > > thanks in advance, > > Juan > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php