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

WEB邮件程序

开发平台:

PHP

  1. mailbox -
  2.    * Implement move to other folder
  3.    * Whip up some graphics for next page -> previous page
  4. readmail -
  5.    * read attatchments, works, needs optimization -
  6.      (notice that large ones are breaking the 8mb default mem limit,
  7.       the unbase64 thing needs to be fixed to spool the output to disk, 
  8.       therfore the entire thing wouldn't have to be in memory)
  9.    * Add inline urls
  10. compose mail -
  11.    * Write the address book lookup functionality
  12.    * Verbose error checking upon send
  13.    * Spell checking
  14. folders -
  15.    * Build better folder support later
  16.    * Check out the "missing" / not subscribed foders problem
  17. address book -
  18.    * Global entries - with marked permissions (i.e. readonly, etc)
  19.    * Global groups  - ""
  20.    * Local entries (same as global just not joined)
  21.    * LDAP support                             - Rev 2
  22.    * Support for multiple concurent databases - Rev 2
  23. filters -
  24.    * Client processed filters via some kind of batching
  25.      or during a runtime process? ( Both )
  26.    * have the user apply the filter against the folder at will?
  27.    * filtering (much much later), client side (i.e. apply this now,
  28.      and batched mode for via perl on a schedualed basis aka,
  29.      apply this rule, hourly, daily, weekly, etc. )
  30. experiments -
  31.    * Write our own ImapClientObject that actually speaks imap
  32.    * Try caching the sorted message id list via the sessions
  33.      or some ?other caching method? Maybee even invent our own
  34.      mail header caching stuff? I dunno about this baily wick