TODO
上传用户:gyjinxi
上传日期:2007-01-04
资源大小:159k
文件大小:1k
源码类别:

WEB邮件程序

开发平台:

Python

  1. Todo list for 1.0
  2. * test existing features with all kinds of mails.
  3. * status page when deleting mails
  4. * handle more exceptions and errors
  5. * improve speed! (using C module?)
  6. * word-wrapping for long lines
  7. * make a adress book
  8. * get Unix-mailboxes/spool-files fully working
  9. * simple support for IMAP4
  10. * let user choose language (through HTTP_ACCEPT_LANGUAGE?)
  11. * user preferences: signature etc 
  12. * take care of security (pages should expire etc)
  13. * remember sort order (cookies or preferences?) make it visible
  14.   by inverting the column header
  15. * use os.uname() for X-Mailer header
  16. * handle multiple domains
  17. * import ZopeHTTPServer instead of patching it
  18. * make documentation better
  19. * provide install script
  20. * instead of number of lines show the message size
  21. * look for XXX and TODO in source
  22. After 1.0
  23. * make a Zope product