inefficient IMAP commands when fetching mail
Bug #349703 reported by
Kurt Steinkraus
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
VM |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
VM issues inefficient IMAP commands when fetching mail, or so I've been told by my sysadmin when I complained about IMAP being slow. I've attached a partial log from him. It looks like some commands are issued for one message at a time, when they could instead be batched. Since I have relatively high latency to my IMAP server, all those round trips are causing noticeable slowness.
It would be great if, when fetching mail via IMAP, VM would minimize the number of commands issued.
I'm running VM 8.0.5-504. You should be able to reproduce this slowness issue by using a distant IMAP server and fetching at least 20 messages.
--Kurt
Related branches
Changed in viewmail: | |
status: | New → Fix Committed |
Changed in vm: | |
status: | New → Fix Released |
milestone: | none → 8.1.0-beta |
Changed in viewmail: | |
status: | Fix Committed → Fix Released |
Changed in vm: | |
milestone: | 8.1.0b → 8.1.0 |
To post a comment you must log in.
This is fixed in revision 559. All consecutive messages are retrieved together from the IMAP server. -- Uday