control 823 B

123456789101112131415161718192021222324
  1. Source: isync
  2. Section: mail
  3. Priority: optional
  4. Maintainer: Oswald Buddenhagen <ossi@users.sf.net>
  5. Build-Depends: debhelper (>= 3), dpkg-dev (>= 1.9.0), libdb-dev
  6. Standards-Version: 3.5.8
  7. Package: isync
  8. Architecture: any
  9. Depends: ${shlibs: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
  14. IMAP-disconnected mode. Multiple copies of the remote IMAP4 mailbox
  15. can be maintained, and all flags 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