On 04/23/2010 03:29 PM, Emerson Pinter wrote:
I use Courier-IMAP too.
Sometimes when I login, my folder list don't load, I have to refresh the page ...
as increasing the timeouts did not help to make this problem go away, so i used firebug to try to chase this issue down.
what i noticed is:
rc 0.3 did 1 call to /?_task=mail&_action=getunread&_remote=1&_=1273935378028&_unlock=0
rc 0.4 does 2 calls: /?_task=mail&_action=list&_mbox=INBOX&_refresh=1&_remote=1&_=1273934080494&_unlock=1 /?_task=mail&_action=getunread&_remote=1&_=1273934080502&_unlock=0
(see rc-error.png)
another thing i noticed is that this error is more likely to occur when both scripts run for several seconds. (rc-error2.png)
is there any way to test this two requests in a serial fashion?
cheers, raoul