control 874 B

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