File: TODO

package info (click to toggle)
mutt 2.2.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 25,908 kB
  • sloc: ansic: 95,475; sh: 5,169; perl: 2,137; python: 548; makefile: 485; sed: 16
file content (33 lines) | stat: -rw-r--r-- 1,014 bytes parent folder | download | duplicates (10)
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