Hey all, i noticed that roundcube 0.8.x does the following call twice during login:
Nov 27 09:24:26 roundcube-test roundcube: [8BF7] C: A0003 LIST (SUBSCRIBED) "" "*" Nov 27 09:24:27 roundcube-test roundcube: [1B0C] C: A0003 LIST (SUBSCRIBED) "" "*"
It's not an expensive call, but is there a reason to call this twice?
Regards,
Cor
On 11/27/2012 09:34 AM, Cor Bosman wrote:
Hey all, i noticed that roundcube 0.8.x does the following call twice during login:
Nov 27 09:24:26 roundcube-test roundcube: [8BF7] C: A0003 LIST (SUBSCRIBED) "" "*" Nov 27 09:24:27 roundcube-test roundcube: [1B0C] C: A0003 LIST (SUBSCRIBED) "" "*"
It's not an expensive call, but is there a reason to call this twice?
Yes. As you see ([8BF7], [1B0C]) these are separate HTTP requests. One is to list folders on mail screen, the second is to get message counters on all folders. If you enable caching you should see only one LIST request.