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