TODO
上传用户:xiao730204
上传日期:2007-01-04
资源大小:141k
文件大小:1k
- mailbox -
- * Implement move to other folder
- * Whip up some graphics for next page -> previous page
- readmail -
- * read attatchments, works, needs optimization -
- (notice that large ones are breaking the 8mb default mem limit,
- the unbase64 thing needs to be fixed to spool the output to disk,
- therfore the entire thing wouldn't have to be in memory)
- * Add inline urls
- compose mail -
- * Write the address book lookup functionality
- * Verbose error checking upon send
- * Spell checking
- folders -
- * Build better folder support later
- * Check out the "missing" / not subscribed foders problem
- address book -
- * Global entries - with marked permissions (i.e. readonly, etc)
- * Global groups - ""
- * Local entries (same as global just not joined)
- * LDAP support - Rev 2
- * Support for multiple concurent databases - Rev 2
- filters -
- * Client processed filters via some kind of batching
- or during a runtime process? ( Both )
- * have the user apply the filter against the folder at will?
- * filtering (much much later), client side (i.e. apply this now,
- and batched mode for via perl on a schedualed basis aka,
- apply this rule, hourly, daily, weekly, etc. )
- experiments -
- * Write our own ImapClientObject that actually speaks imap
- * Try caching the sorted message id list via the sessions
- or some ?other caching method? Maybee even invent our own
- mail header caching stuff? I dunno about this baily wick