GNOME Bugzilla – Bug 588453
Frequent and slow retrieval of message IDs
Last modified: 2009-09-23 12:02:25 UTC
Forwarding this from a Fedora bug: http://bugzilla.redhat.com/show_bug.cgi?id=511064 Description of problem: The MAPI connector seems to retrieve message ids from the server from scratch almost whenever any action is taken in a folder and even when no action is taken. Often, the process starts again as soon as it completes. For large inboxes, this process can take several tens of minutes. Version-Release number of selected component (if applicable): evolution-mapi-0.26.2-1.fc11.x86_64 openchange-0.8.2-2.fc11.x86_64 How reproducible: Frequently Steps to Reproduce: 1. Open a MAPI account 2. Work with it for a while 3. Actual results: Frequent and slow message ID retrievals Expected results: Less frequent and/or faster retrievals or retrievals of deltas rather than from scratch.
*** Bug 591644 has been marked as a duplicate of this bug. ***
*** Bug 593796 has been marked as a duplicate of this bug. ***
Created attachment 143294 [details] [review] proposed ema patch for evolution-mapi; How to make it superfast. Hrm, maybe not superfast, but definitely faster than before.
Created attachment 143608 [details] [review] proposed ema patch ][ for evolution-mapi; Slightly modified previous version. I thought I will be able to use the not-open-message also for a summary fetch, but it turned out that I've no idea how to do that. Thus only updating a patch for not using the obj_message when not set properly.
Created commit a61d9ae in ema master (0.29.1+) Created commit b8b3fe9 in ema gnome-2-28 (0.28.1+)