README 962 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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. * Supports imaps: (port 993) TLS/SSL connections
  16. * Supports STARTTLS
  17. * Fast mode for fetching new mail only
  18. * Compatibility
  19. ``isync'' has been tested with the following IMAP servers:
  20. * Microsoft Exchange 2000 IMAP4rev1 server version 6.0.4417.0
  21. * Requirements
  22. OpenSSL for TLS/SSL support (optional)
  23. * INSTALLING
  24. ./configure
  25. make install
  26. * HELP
  27. Please see the man page for complete documentation.