Statistics
| Revision:

root / TODO @ 123

History | View | Annotate | Download (2.4 kB)

1 1 hiro
TODO
2 1 hiro
====
3 1 hiro
4 1 hiro
(The upper item has the greater priority or feasibility... maybe :-)
5 1 hiro
6 48 hiro
o complete migration from deprecated GTK+ APIs
7 48 hiro
o overall improvements of user-interface
8 53 hiro
o use GObject mechanism for objects
9 1 hiro
o improvements of addressbook
10 1 hiro
o POP before SMTP
11 1 hiro
o original icons and logos
12 1 hiro
o more efficient SMTP handling for multiple messages
13 1 hiro
o more robust IMAP4 response parser
14 1 hiro
o plug-in faculty
15 1 hiro
o support for some formats other than MH and mbox (ex. Maildir)
16 1 hiro
o priority (Priority:, X-Priority:, X-MSMail-Priority:)
17 1 hiro
o notification of reception (Disposition-Notification-To:)
18 1 hiro
o autosave
19 48 hiro
o mail arrival notification
20 48 hiro
o support of Content-Type: text/plain; format=flowed
21 1 hiro
o RFC 2231 (MIME filename encoding) compliant
22 1 hiro
o S/MIME
23 48 hiro
o enhancements of search
24 1 hiro
o virtual folder
25 48 hiro
o customization of toolbar
26 1 hiro
o console mode interface
27 1 hiro
o mailing list manager
28 1 hiro
o inline image display of multipart MIME messages
29 1 hiro
o compressed folder
30 1 hiro
o make the code cleaner
31 1 hiro
o make the process faster
32 1 hiro
o make the dubious English much decent :)
33 1 hiro
34 1 hiro
Partially implemented features
35 1 hiro
==============================
36 1 hiro
. make the network related code much decent
37 1 hiro
  (processing of time out, multi-threading etc.)
38 1 hiro
. drag and drop
39 1 hiro
. internationalization / multilingualization
40 1 hiro
. PGP/GPG
41 1 hiro
. display of HTML messages (can display by converting HTML to text)
42 1 hiro
. progress display of time-consuming processes
43 1 hiro
. parallel processing between sending-receiving and others
44 1 hiro
. customization of key bindings
45 1 hiro
46 1 hiro
Implemented features
47 1 hiro
====================
48 1 hiro
* multipart MIME (attachments of files)
49 1 hiro
* sending from queue
50 1 hiro
* clickable URI
51 1 hiro
* management of read message on POP server by UIDL
52 1 hiro
* IPv6 support
53 1 hiro
* printing
54 1 hiro
* reconnection when connection to news server is broken
55 1 hiro
* X-Face support
56 1 hiro
* preservation of position or size of window
57 1 hiro
* external editor support
58 1 hiro
* draft message
59 1 hiro
* extension of quotation format
60 1 hiro
* assignation of location of mail folder
61 1 hiro
* account selection on composition window
62 1 hiro
* posting to newsgroups
63 1 hiro
* completion of mail address
64 1 hiro
* prohibition of multiple execution (with Unix domain socket)
65 1 hiro
* periodical check of newly arrived mails
66 1 hiro
* modification of display color
67 1 hiro
* designate the displayed headers
68 1 hiro
* user-defined headers
69 1 hiro
* IMAP4 support
70 1 hiro
* list view of newsgroups and subscription of groups from there
71 1 hiro
* SSL support
72 1 hiro
* LDAP support
73 1 hiro
* full-text search of messages (plain)
74 1 hiro
* template function
75 1 hiro
* regular expression support at filtering
76 1 hiro
* autowrap / wordwrap
77 1 hiro
* configuration for each folders
78 1 hiro
* enhancement of filtering
79 48 hiro
* GTK+-2.x support