[PHP] Re: module to display e-mail from source

2003-08-14 Thread Dan Phiffer
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/ma

Re: [PHP] Re: module to display e-mail from source

2003-08-14 Thread Juan Nin
From: "Dan Phiffer" <[EMAIL PROTECTED]> > 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. The problem is