blob: f428a2aa1ceb23ab4813c745949ac2b8c6344090 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
IMAP enhancements, by priority:
[ -- socket -- ]
* Smarter connection code. Mutt should handle dropped connections/routing
problems gracefully. It should be able to transparently reconnect. This
is facilitated by the next item.
* Interruptible socket calls, preferably without having to abort the
connection. For example large downloads could be chunked.
[ -- browsing -- ]
* We should maybe add a new imap_format string for IMAP browsing, without all
the stat variables but with tags like how many messages are in the folders,
how many subfolders, that weird \Marked tag, etc.
[ -- speed -- ]
* Partial index loading, using server-side threading and sorting
* Partial message loading, including parsing BODYSTRUCTURE for the
view-attachments menu
* Disconnected mode, probably based on an augmented header cache
[ -- new mail detection -- ]
* Possibly opening multiple connections for mailbox polling, now that
we have IDLE support.
Brendan Cully <brendan@kublai.com>
Updated: 20070409
|