* manpages:
[modest] / TODO
1 todo
2 ----
3 i002: message view and message edit window should know what account they apply to;
4       thus, the 'From:' information and TransportAccount can be decided
5 i003: when creating a new message, the information should be set according to i002
6 i004: message windows should get all the icons/toolbars/menus
7 i005: all available menu items / toolbar items  should have accompanying
8       actions, or be removed
9 i006: make UI (folder, header view) update automatically when there is a change (update,
10       delete, move, etc.)
11 i007: make connecting to server async and  cancellable, progress shown
12 i008: make sending message async and cancellable, progress shown
13 i009: implement the send queue stuff; different queues for different
14       transports, but one outbox shown in ui. (use symlinks?)
15 i011: make the modest webpage
16 i012: use the platform icons (don't ship icons unless not provided by platform)
17 i013: maemo: make tnymaemodevice track online/offline correctly
18 i014: maemo: make all the platform integration stuff work (icons, .desktop, .service)
19 i015: add 'edit' support to the account editor
20 i017: port account setup / editor to maemo
21 i018: make d&d work
22
23
24 done
25 ----
26 i016:: add 'make default' to the account editor
27 i001: add a message view window; it's quite different from the edit view,
28       as it is readonly, and will use the html-view instead of text-view
29 i010: make the modest manpage
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