6 messages in net.sourceforge.lists.courier-usersRE: [courier-users] parsing PHP from ...
FromSent OnAttachments
zztop1Apr 15, 2001 5:13 am 
Patrick PriceApr 15, 2001 5:49 pm 
Sam VarshavchikApr 15, 2001 6:29 pm 
Gordon MessmerApr 15, 2001 6:37 pm 
Chris MeadorsApr 15, 2001 7:25 pm 
David ChaitApr 16, 2001 4:09 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:RE: [courier-users] parsing PHP from sqwebmailActions...
From:David Chait (dav@bonair.Stanford.EDU)
Date:Apr 16, 2001 4:09:45 pm
List:net.sourceforge.lists.courier-users

Another option of course would be to forgo using sqwebmail altogether and go to a native PHP webmail package like IMP to poll Courier-Imap.

-----Original Message----- From: cour@lists.sourceforge.net [mailto:cour@lists.sourceforge.net]On Behalf Of Gordon Messmer Sent: Sunday, April 15, 2001 6:37 PM To: cour@lists.sourceforge.net Subject: Re: [courier-users] parsing PHP from sqwebmail

On Sun, 15 Apr 2001, Patrick Price wrote:

Has anyone tried parsing PHP in the sqwebmail templates? Can this be done since the webmail binary outputs the html?

Apache 1.3 won't parse the output of CGI's. The list of new features for 2.0 includes this note: Filtering Apache modules may now be written as filters which act on the stream of content as it is delivered to or from the server.

It would seem to suggest that mod_php would have to specifically support this feature. I don't know if it does. Nor do I know if other web servers support this feature. Perhaps you should ask the PHP developers...