TODO
上传用户:knt0001
上传日期:2022-01-28
资源大小:264k
文件大小:1k
源码类别:

Email客户端

开发平台:

C/C++

  1. TODO Sheet...
  2. List things to do for the project here.
  3. * Have mimetypes come from file extensions instead of using the 'file' 
  4.   command and mime magic. Other clients do this and it keeps it simple.
  5. * Work on line wrapping at 72 chars.  Possible solution is going to be loading
  6.   the entire text portion of the email into memory and plucking each character
  7.   out of memory.  ONLY Possible solution here...
  8. * Make some sample scripts and add them to the release of email so that people
  9.   can see how to use email in bash scripts.
  10. * Fix up our hash functions.  
  11. * Remove redundant displayed errors.
  12. -- FUTURE WORK --
  13. * Look into S/MIME Support
  14. * Implement OpenSSL
  15. * Reorganize Code
  16. * Josh Sherman suggested that scripts should be able to run as signature files.