README 760 B

12345678910111213141516171819202122232425262728
  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. ``isync'' has been tested with the following IMAP servers:
  15. Microsoft Exchange 2000 IMAP4rev1 server version 6.0.4417.0
  16. * INSTALLING
  17. ./configure
  18. make install
  19. * HELP
  20. Please see the man page for complete documentation.