Could you open SquirrelMail functions/page_header.php file, find
displayHtmlHeader function and add lines with

---
header('Pragma: no-cache');
header('Cache-Control: private, no-cache, no-store');
---

before
---
echo '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">' .
---

These two headers should prevent caching of SquirrelMail scripts. Warning:
these headers break some plugins that insert html in wrong place when
saving options.

> Nothing like that here.
>
> I can setup an IMAP account for you to see for yourself if you want.
>
> Keefe
>
> -----Original Message-----
> From: Tomas Kuliavas [mailto:[EMAIL PROTECTED]
> Sent: Saturday, May 06, 2006 11:41 PM
> To: Keefe John
> Cc: squirrelmail-users@lists.sourceforge.net
> Subject: RE: [SM-USERS] Re: Read Messages Not Unread After Back
>
> Do you have some proxy or soho router between you and webserver?
>
>> I'm not sure that isn't only happening in the Dovecot, but that's the
>> only thing I have on this system.  I am sure that it doesn't happen on
>> another courier box.
>>
>> I have applied the patch and I'm seeing the same thing with the patch
>> applied.
>>
>> Keefe
>>
>> -----Original Message-----
>> From: Tomas Kuliavas [mailto:[EMAIL PROTECTED]
>> Sent: Saturday, May 06, 2006 12:04 AM
>> To: squirrelmail-users@lists.sourceforge.net
>> Cc: [EMAIL PROTECTED]
>> Subject: RE: [SM-USERS] Re: Read Messages Not Unread After Back
>>
>> Are you sure that it is happening only in Dovecot install?
>>
>> Have you applied patch from
>> https://sourceforge.net/tracker/index.php?func=detail&aid=1304408&grou
>> p_id=3
>> 11&atid=423679
>>
>>> Alright, so now I'm upgraded to dovecot 1.0.beta7 and I have globals
>>> turned off in the squirrelmail folder via .htaccess file.  I threw a
>>> phpinfo() script into the folder and it did show globals being off
>>> locally.  After all this, the problem is still occurring.  I now
>>> noticed that this behavior also happens when deleting a message on
>>> pages > 1.  If the message is deleted it still shows up until doing a
>>> hard refresh in the browser.
>>>
>>> Keefe
>>>
>>> -----Original Message-----
>>> From: Tomas Kuliavas [mailto:[EMAIL PROTECTED]
>>> Sent: Friday, May 05, 2006 2:17 AM
>>> To: squirrelmail-users@lists.sourceforge.net
>>> Cc: [EMAIL PROTECTED]
>>> Subject: RE: [SM-USERS] Re: Read Messages Not Unread After Back
>>>
>>> Dovecot 1.0 alpha versions return invalid responses to UID STORE
>>> commands.
>>>  When SquirrelMail marks message as read, scripts issue UID STORE
>>> command.
>>> Please upgrade. If you want more detailed explanation - search
>>> dovecot mailing list.
>>>
>>> It is strongly recommended to turn off globals in SquirrelMail
>>> installation.
>>>
>>>> Sorry, here are some specs:
>>>>
>>>> Working server:
>>>> Mandriva
>>>> Postfix
>>>> PHP 4.4.0 with register_globals on
>>>>
>>>> Nonworking server:
>>>> Debian 3.1
>>>> Dovecot 1.0.alpha4
>>>> PHP 4.3.11 with register_globals on
>>>>
>>>> Keefe
>>>>
>>>> -----Original Message-----
>>>> From: Tomas Kuliavas [mailto:[EMAIL PROTECTED]
>>>> Sent: Friday, May 05, 2006 12:32 AM
>>>> To: squirrelmail-users@lists.sourceforge.net
>>>> Cc: [EMAIL PROTECTED]
>>>> Subject: Re: [SM-USERS] Re: Read Messages Not Unread After Back
>>>>
>>>>> I really don't think it's a browser issue.  On my other server
>>>>> running postfix/courier and squirrelmail 1.4.6 everything works
>>> correctly.
>>>>> After reading an unread message and hitting back the message will
>>>>> appear
>>>> unread.
>>>>>
>>>>> Any thoughts?
>>>>
>>>> Remember, Fredrik asked about dovecot version number. PHP version
>>>> number and register_globals setting might be useful too.
>>>>
>>>> --
>>>> Tomas
>>
>>
>>
>
>
>



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to