README 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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)
  18. * Supports NAMESPACE (RFC2342)
  19. * Compatibility
  20. ``isync'' has been tested with the following IMAP servers:
  21. * Microsoft Exchange 2000 IMAP4rev1 server version 6.0.4417.0
  22. * Platforms
  23. ``isync'' has successfully be compiled under:
  24. * Linux 2.2.18
  25. * Solaris 2.7
  26. * OpenBSD 2.8
  27. * Requirements
  28. OpenSSL for TLS/SSL support (optional)
  29. * INSTALLING
  30. ./configure
  31. make install
  32. * HELP
  33. Please see the man page for complete documentation.