1 IMAP enhancements, by priority:
5 * Smarter connection code. Mutt should handle dropped connections/routing
6 problems gracefully. It should be able to transparently reconnect. This
7 is facilitated by the next item.
9 * Interruptible socket calls, preferably without having to abort the
10 connection. For example large downloads could be chunked.
14 * We should maybe add a new imap_format string for IMAP browsing, without all
15 the stat variables but with tags like how many messages are in the folders,
16 how many subfolders, that weird \Marked tag, etc.
20 * Partial index loading, using server-side threading and sorting
22 * Partial message loading, including parsing BODYSTRUCTURE for the
25 * Disconnected mode, probably based on an augmented header cache
27 [ -- new mail detection -- ]
29 * Possibly opening multiple connections for mailbox polling, now that
32 Brendan Cully <brendan@kublai.com>