phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Phpgroupware-users] Problem: New Emails don't show up in Mail index


From: Chris Weiss
Subject: Re: [Phpgroupware-users] Problem: New Emails don't show up in Mail index.
Date: Fri, 04 Jul 2003 15:27:42 +0000

there is a 4 minute cache, which makes the app perform about 4 times faster 
because
IMAP interaction is slow and to do it inline with every page view is very slow. 
 The
reason logging out resets it is that the cache is stored in teh session and 
logging
out clears the session.

you can either disable the cache or change this value in the
email/inc/class.mail_msg_base.inc.php, search for "cache" or "240" (the timeout
value in seconds).  Also search inc/class.html_widgets.inc.php for 240 to 
change the
auto-page refresh value.

In .16 the cache will be in a table and will not be cleared on logout, but there
should be a "get new emails" function by then (I hope) and the timeout value 
will
still be editable.

Matthias Buscher (address@hidden) wrote:
>
>Hi, I'm trying to get the Email module in phpgw properly to work.
>So far everything works fine (imap, folder etc.) but new incoming emails only 
>show
up in my Mail index after logging out and in again from the system.
>Is there a way to see if new mails arrived when reloading the page.
>It's really annoying to log out and in just to check if new emails arrived.
>
>Thanks a lot
>Matthias
>
>
>
>_______________________________________________
>Phpgroupware-users mailing list
>address@hidden
>http://mail.gnu.org/mailman/listinfo/phpgroupware-users
>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]