README 1.3 KB

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