]> git.llucax.com Git - software/mutt-debian.git/blob - imap/TODO
removing an article form the Description of mutt-patched to make lintian happy
[software/mutt-debian.git] / imap / TODO
1 IMAP enhancements, by priority:
2
3 [ -- socket -- ]
4
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.
8
9 * Interruptible socket calls, preferably without having to abort the
10   connection. For example large downloads could be chunked.
11
12 [ -- browsing -- ]
13
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.
17  
18 [ -- speed -- ]
19
20 * Partial index loading, using server-side threading and sorting
21
22 * Partial message loading, including parsing BODYSTRUCTURE for the
23   view-attachments menu
24
25 * Disconnected mode, probably based on an augmented header cache
26
27 [ -- new mail detection -- ]
28
29 * Possibly opening multiple connections for mailbox polling, now that
30   we have IDLE support.
31
32 Brendan Cully <brendan@kublai.com>
33 Updated: 20070409