README 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. _
  2. (_)___ _ _ _ __ ___
  3. | / __| | | | '_ \ / __|
  4. | \__ \ |_| | | | | (__
  5. |_|___/\__, |_| |_|\___|
  6. |___/
  7. isync - IMAP4 to maildir mailbox synchronization program
  8. http://www.cs.hmc.edu/~me/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. * Domino IMAP4 Server Release 5.0.8
  26. * Platforms
  27. ``isync'' has successfully be compiled under:
  28. * Linux 2.2.18
  29. * Solaris 2.7
  30. * OpenBSD 2.8
  31. * FreeBSD 4.3
  32. * Requirements
  33. OpenSSL for TLS/SSL support (optional)
  34. * INSTALLING
  35. ./configure
  36. make install
  37. * HELP
  38. Please see the man page for complete documentation.