README
上传用户:xxcykj
上传日期:2007-01-04
资源大小:727k
文件大小:2k
源码类别:

Email客户端

开发平台:

Unix_Linux

  1.  fetchmail README
  2. fetchmail is a free, full-featured, robust, well-documented remote
  3. mail retrieval and forwarding utility intended to be used over
  4. on-demand TCP/IP links (such as SLIP or PPP connections).  It
  5. retrieves mail from remote mail servers and forwards it to your local
  6. (client) machine's delivery system, so it can then be be read by
  7. normal mail user agents such as elm(1) or Mail(1).
  8. fetchmail supports standard all mail-retrieval protocols in use on the
  9. Internet: POP2, POP3 (including POP3 with RFC1938 one-time passwords),
  10. RPOP, APOP, KPOP, Compuserve's POP3 with RPA, Microsoft's NTLM, Demon
  11. Internet's SDPS, all flavors of IMAP (including IMAP4rev1 with RFC1731
  12. Kerberos v4 or GSSAPI authentication or CRAM-MD5 authentication), and
  13. ESMTP ETRN.  Fetchmail also supports end-to-end encryption with OpenSSL.
  14. The fetchmail code was developed under Linux, but has also been
  15. extensively tested under the BSD variants, AIX, HP-UX versions 9 and
  16. 10, SunOS, Solaris, NEXTSTEP, OSF 3.2, IRIX, and Rhapsody.
  17. It should be readily portable to other Unix variants (it uses GNU
  18. autoconf).  It has been ported to LynxOS and will build there without
  19. special action.  It has also been ported to QNX; to build under QNX,
  20. see the header comments in the Makefile.  It is reported to build and
  21. run under AmigaOS.
  22. Fetchmail is Y2K safe.
  23. See the distribution files FEATURES for a full list of features, NEWS
  24. for detailed information on recent changes and NOTES for design notes.
  25. The fetchmail code appears to be stable and free of bugs affecting
  26. normal operation (that is, retrieving from POP3 or IMAP in single-drop
  27. mode and forwarding via SMTP to sendmail).  It will probably undergo
  28. substantial change only if and when support for a new retrieval
  29. protocol or authentication mode is added.
  30. You can easily fetch the latest version of fetchmail via FTP from the
  31. following FTP directory:
  32. ftp://ftp.ccil.org/pub/esr/fetchmail
  33. Or you can get it from the fetchmail home page:
  34. http://www.tuxedo.org/~esr/fetchmail
  35. Enjoy!
  36. -- esr