control 957 B

123456789101112131415161718192021222324
  1. Source: isync
  2. Section: mail
  3. Priority: optional
  4. Maintainer: Nicolas Boullis <nboullis@debian.org>
  5. Uploaders: Nicolas Boullis <nboullis@debian.org>, Theodore Y. Ts'o <tytso@mit.edu>
  6. Standards-Version: 3.6.1
  7. Build-Depends: libssl-dev, debhelper (>= 4.1.16), dpkg-dev (>= 1.9.0), libdb4.0-dev, dpatch
  8. Package: isync
  9. Architecture: any
  10. Depends: ${shlibs:Depends}, ${misc:Depends}
  11. Suggests: mutt
  12. Description: Synchronize a local maildir with a remote IMAP4 mailbox
  13. A command line application which synchronizes a local maildir-style
  14. mailbox with a remote IMAP4 mailbox, suitable for use in disconnected
  15. mode. Multiple copies of the remote IMAP4 mailbox can be maintained,
  16. and all flags and messages are synchronized.
  17. .
  18. Features:
  19. * Fast mode for fetching new mail only
  20. * Supports imaps: (port 993) TLS/SSL connections
  21. * Supports STARTTLS (RFC2595) for confidentiality
  22. * Supports NAMESPACE (RFC2342)
  23. * Supports CRAM-MD5 (RFC2095) for authentication