[Alpine-info] Feature request: IMAP pipelining

Steve Hubert hubert at washington.edu
Mon Mar 10 12:17:46 PDT 2008


On Sun, 9 Mar 2008, Dimitrios Apostolou wrote:


> Pipelining would be useful in - and SPACE commands too. When viewing the

> folder index in any sorted or threaded view, then alpine sends many grouped

> requests to fill up the screen because messages are not displayed in the

> order of their IDs. I think I can sense a small pause between these requests,

> which would be even greater if my server was far away. So pipelining would

> help in this case too.

>

>

> Thanks,

> Dimitris


If you are interested in the details of what is happening try running
alpine with the extra arguments -d verbose=9,imap=4,flush

You can see what IMAP commands happen when you type a '-' or whatever by
looking in the debug file and searching for "IMAP DEBUG". If you have a
custom Index Format that can sometimes cause extra traffic, but we aim to
group IMAP commands when possible. If you see index lines being drawn out
of order that is because alpine is sending an aggregate request for info
on all the visible lines and then it is drawing the lines as the info
arrives. You might like the results better if you turn on the feature
"Suppress IMAP Envelope Update". Thanks.

Steve


More information about the Alpine-info mailing list