← Back to team overview

vm team mailing list archive

[Bug 349703] Re: inefficient IMAP commands when fetching mail

 

** Changed in: vm
    Milestone: 8.1.0b => 8.1.0

-- 
inefficient IMAP commands when fetching mail
https://bugs.launchpad.net/bugs/349703
You received this bug notification because you are a member of VM
development team, which is the registrant for VM (defunct).

Status in VM - Goto http://launchpad.net/vm for active development: Fix Released
Status in VM (View Mail) for Emacs: Fix Released

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