control 1.3 KB

1234567891011121314151617181920212223242526272829
  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.2-dev, dpatch
  8. Package: isync
  9. Architecture: any
  10. Depends: ${shlibs:Depends}, ${misc:Depends}
  11. Suggests: mutt
  12. Description: Synchronize Maildir and IMAP4 mailboxes
  13. A command line application which synchronizes mailboxes; currently
  14. Maildir and IMAP4 mailboxes are supported.
  15. New messages, message deletions and flag changes can be propagated both ways.
  16. It is useful for working in disconnected mode, such as on a laptop or with a
  17. non-permanent internet collection (dIMAP).
  18. .
  19. Features:
  20. * Fine-grained selection of synchronization operations to perform
  21. * Synchronizes single mailboxes or entire mailbox collections
  22. * Partial mirrors possible: keep only the latest messages locally
  23. * Trash functionality: backup messages before removing them
  24. * IMAP features:
  25. * Supports TLS/SSL via imaps: (port 993) and STARTTLS (RFC2595)
  26. * Supports CRAM-MD5 (RFC2195) for authentication
  27. * Supports NAMESPACE (RFC2342) for simplified configuration
  28. * Pipelining for maximum speed (currently only partially implemented)