XMailforum is a readonly knowledge archive now.

Registering as a new user or answering posts is not possible anymore.

Might the force be with you, to find here what you are looking for.

2019-09-20 - hschneider, Admin

Cookie Disclaimer: This forum uses only essential, anonymous session cookies (xmailforum*), nothing to be scared of.

XMail Forum [Powered by Invision Power Board]
Printable Version of Topic
Click here to view this topic in its original format
XMail Forum > Webmail Add-ons > where to find uebimiau help direct


Posted by: sammy Aug 27 2006, 02:06 PM
Does anyone know where to find help for specific uebimiau problems? I am connecting to xmail fine, I am having some problems with headers. Uebimiau homepage has no active forum, and contact form leads to a dead link. Maybe I will send email directly to author, i would prefer to solve by looking through archives.
thanks,
sam karush

Posted by: GadTek Aug 31 2006, 12:03 AM
I had the same issues, you need to modify the inc.php file located in /webmail/inc/ .

You need to jump down to the portion that deal with the browser cache handling:

It will look like this:

header("Cache-Control: no-cache, cachehack=".time().
<"Cache-Control: no-store, must-revalidate".
<"Cache-Control: post-check=-1, pre-check=-1", false);


you need to change it to:

Header("Expires: Wed, 11 Nov 1998 11:11:11 GMT\r\n").
Header("Cache-Control: no-cache\r\n").
Header("Cache-Control: must-revalidate");

$nocache = "
<META HTTP-EQUIV=\"Cache-Control\" CONTENT=\"no-cache\">
<META HTTP-EQUIV=\"Expires\" CONTENT=\"-1\">";

That will take care of it.

image005.gif

Posted by: sammy Sep 1 2006, 02:52 AM
Thanks,
that worked great for Ver. 2.7.2
sam

P.S. Did you happen to have the same issues when viewing attachments? I realize this isn't the place to look for help with this, but I'm not sure where else to look.

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)