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

WEB邮件程序

开发平台:

C/C++

  1.                 Things yet to do (not in any particular order).
  2.                                        
  3.      * Address book.
  4.      * Support Multipart-Related:, and the associated verbiage. ... But,
  5.        like, who cares?
  6.      * Write an online-manual/help.
  7.      * Complete multibyte support. Currently when we truncate sender
  8.        names/subjects, we don't take into account multibyte characters.
  9.        When glibc can provide more functionality (a'la mbnextc, mbprevc),
  10.        I'll implement it.
  11.      * Translate HTML into another language. Hey, multi-lingual support
  12.        is already here, just dump your stuff under html, and make sure
  13.        your browser sends me the right Accept Language tag.
  14.      * Content-ID: Support