]> granicus.if.org Git - mutt/commit
IMAP command batching code, used to pipeline mailbox poll requests.
authorBrendan Cully <brendan@kublai.com>
Sun, 11 Dec 2005 22:51:29 +0000 (22:51 +0000)
committerBrendan Cully <brendan@kublai.com>
Sun, 11 Dec 2005 22:51:29 +0000 (22:51 +0000)
commit48211b98f94e9437643cbda7d4f5e0e1061ad28e
tree9d76e74ac85f80f9ad776ed0bd759df0032358c8
parent0de9f2f1e46ba55b1521e0a282d1dfb09d4e7bcd
IMAP command batching code, used to pipeline mailbox poll requests.
Up to 10 poll commands will be sent at a time (tunable in imap_private.h).
This is a huge win on my currently awful wireless link. It takes a knife
to a lot of fundamental IMAP code (mostly for the better), so it may
have destabilised things. Time for some brave (or lazy non-Changelog-reading)
testers to report... next up, IDLE support.
buffy.c
imap/command.c
imap/imap.c
imap/imap.h
imap/imap_private.h
imap/util.c