control 783 B

1234567891011121314151617181920212223
  1. Source: isync
  2. Section: unknown
  3. Priority: optional
  4. Maintainer: Oswald Buddenhagen <ossi@users.sf.net>
  5. Build-Depends: debhelper (>> 3.0.0)
  6. Standards-Version: 3.5.2
  7. Package: isync
  8. Architecture: any
  9. Depends: ${shlibs:Depends}
  10. Description: Synchronize a local maildir with a remote IMAP4 mailbox
  11. A command line application which synchronizes a local maildir-style
  12. mailbox with a remote IMAP4 mailbox, suitable for use in
  13. IMAP-disconnected mode. Multiple copies of the remote IMAP4 mailbox
  14. can be maintained, and all flags are synchronized.
  15. .
  16. Features:
  17. * Fast mode for fetching new mail only
  18. * Supports imaps: (port 993) TLS/SSL connections
  19. * Supports STARTTLS (RFC2595) for confidentiality
  20. * Supports NAMESPACE (RFC2342)
  21. * Supports CRAM-MD5 (RFC2095) for authentication