- use the right TODO
[modest] / TODO
1 todo
2 ----
3 i001: add a message view window; it's quite different from the edit view,
4       as it is readonly, and will use the html-view instead of text-view
5 i002: message view and message edit window should know what account they apply to;
6       thus, the 'From:' information and TransportAccount can be decided
7 i003: when creating a new message, the information should be set according to i002
8 i004: message windows should get all the icons/toolbars/menus
9 i005: all available menu items / toolbar items  should have accompanying
10       actions, or be removed
11 i006: make UI (folder, header view) update automatically when there is a change (update,
12       delete, move, etc.)
13 i007: make connecting to server async and  cancellable, progress shown
14 i008: make sending message async and cancellable, progress shown
15 i009: implement the send queue stuff; different queues for different
16       transports, but one outbox shown in ui. (use symlinks?)
17 i010: make the modest manpage
18 i011: make the modest webpage
19 i012: use the platform icons (don't ship icons unless not provided by platform)
20 i013: maemo: make tnymaemodevice track online/offline correctly
21 i014: maemo: make all the platform integration stuff work (icons, .desktop, .service)
22 i015: add 'edit' support to the account editor
23 i017: port account setup / editor to maemo
24 i018: make d&d work
25
26
27 done
28 ----
29 i016:: add 'make default' to the account editor
30
31
32 later
33 -----
34 - automatically save new msgs to draft when changed, ask when closing
35 - remember 'last updated' per-account
36 - attachment support
37 - dbus support
38 - backup support
39 - specific account for certain transport (TnyMaemoDevice)
40 - only one account (+ local folders) visible at a time (maemo frontend)
41
42
43 additional reqs
44 ---------------
45 r001: should compile with -Wall -Werror
46 r002: any remaining valgrind errors understood
47 r003: all public functions documented
48 r004: no segfaults
49 r005: understand the limitations/bugs, so we can mention them
50 r006: handle errors in all cases
51 r007: track tinymail changes
52 r008: track tinymail bugs, and report them