diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 74 |
1 files changed, 74 insertions, 0 deletions
@@ -0,0 +1,74 @@ +TODO +==== + +(The upper item has the greater priority or feasibility... maybe :-) + +o GTK+-2.x support +o improvements of addressbook +o POP before SMTP +o original icons and logos +o more efficient SMTP handling for multiple messages +o more robust IMAP4 response parser +o plug-in faculty +o support for some formats other than MH and mbox (ex. Maildir) +o priority (Priority:, X-Priority:, X-MSMail-Priority:) +o notification of reception (Disposition-Notification-To:) +o autosave +o customization of toolbar +o RFC 2231 (MIME filename encoding) compliant +o S/MIME +o full-text search using Namazu +o virtual folder +o console mode interface +o mailing list manager +o inline image display of multipart MIME messages +o compressed folder +o make the code cleaner +o make the process faster +o make the dubious English much decent :) + +Partially implemented features +============================== +. make the network related code much decent + (processing of time out, multi-threading etc.) +. drag and drop +. internationalization / multilingualization +. PGP/GPG +. display of HTML messages (can display by converting HTML to text) +. progress display of time-consuming processes +. parallel processing between sending-receiving and others +. customization of key bindings + +Implemented features +==================== +* multipart MIME (attachments of files) +* sending from queue +* clickable URI +* management of read message on POP server by UIDL +* IPv6 support +* printing +* reconnection when connection to news server is broken +* X-Face support +* preservation of position or size of window +* external editor support +* draft message +* extension of quotation format +* assignation of location of mail folder +* account selection on composition window +* posting to newsgroups +* completion of mail address +* prohibition of multiple execution (with Unix domain socket) +* periodical check of newly arrived mails +* modification of display color +* designate the displayed headers +* user-defined headers +* IMAP4 support +* list view of newsgroups and subscription of groups from there +* SSL support +* LDAP support +* full-text search of messages (plain) +* template function +* regular expression support at filtering +* autowrap / wordwrap +* configuration for each folders +* enhancement of filtering |