README 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. _
  2. (_)___ _ _ _ __ ___
  3. | / __| | | | '_ \ / __|
  4. | \__ \ |_| | | | | (__
  5. |_|___/\__, |_| |_|\___|
  6. |___/
  7. isync - IMAP4 to maildir mailbox synchronization program
  8. http://www.sigpipe.org/isync/
  9. Author: Michael Elkins <me@mutt.org>
  10. ``isync'' is a command line application which synchronizes a local
  11. maildir-style mailbox with a remote IMAP4 mailbox, suitable for use in
  12. IMAP-disconnected mode. Multiple copies of the remote IMAP4 mailbox can be
  13. maintained, and all flags are synchronized.
  14. * Features:
  15. * Fast mode for fetching new mail only
  16. * Supports imaps: (port 993) TLS/SSL connections
  17. * Supports STARTTLS (RFC2595) for confidentiality
  18. * Supports NAMESPACE (RFC2342)
  19. * Supports CRAM-MD5 (RFC2095) for authentication
  20. * Compatibility
  21. ``isync'' has been tested with the following IMAP servers:
  22. * Microsoft Exchange 2000 IMAP4rev1 server version 6.0.4417.0
  23. * Courier-IMAP 1.2.3
  24. * WU-IMAP 2000
  25. * Platforms
  26. ``isync'' has successfully be compiled under:
  27. * Linux 2.2.18
  28. * Solaris 2.7
  29. * OpenBSD 2.8
  30. * Requirements
  31. OpenSSL for TLS/SSL support (optional)
  32. * INSTALLING
  33. ./configure
  34. make install
  35. * HELP
  36. Please see the man page for complete documentation.