1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- TODO
- ====
- (The upper item has the greater priority or feasibility... maybe :-)
- o enhancement of filtering
- 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 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 full-text search using Namazu
- o virtual folder
- o console mode interface
- o plug-in faculty
- o mailing list manager
- o inline image display on multipart MIME
- o compressed folder
- o GTK+-2.x support
- 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 support
- . display of HTML messages (composition of HTML message is not planned :-P)
- . 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
|