control 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. Source: isync
  2. Section: mail
  3. Priority: optional
  4. Maintainer: Nicolas Boullis <nboullis@debian.org>
  5. Uploaders: Theodore Y. Ts'o <tytso@mit.edu>,
  6. Alessandro Ghedini <ghedo@debian.org>
  7. Standards-Version: 3.9.8
  8. Build-Depends: debhelper (>= 9),
  9. dh-autoreconf,
  10. libdb-dev,
  11. libsasl2-dev,
  12. libssl-dev,
  13. pkg-config,
  14. zlib1g-dev
  15. Vcs-Git: https://anonscm.debian.org/git/collab-maint/isync.git
  16. Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/isync.git
  17. Homepage: http://isync.sourceforge.net/
  18. Package: isync
  19. Architecture: any
  20. Depends: ${shlibs:Depends}, ${misc:Depends}
  21. Suggests: mutt
  22. Description: IMAP and MailDir mailbox synchronizer
  23. mbsync/isync is a command line application which synchronizes mailboxes;
  24. currently Maildir and IMAP4 mailboxes are supported. New messages, message
  25. deletions and flag changes can be propagated both ways. isync is suitable
  26. for use in IMAP-disconnected mode.
  27. .
  28. Features:
  29. * Fine-grained selection of synchronization operations to perform
  30. * Synchronizes single mailboxes or entire mailbox collections
  31. * Partial mirrors possible: keep only the latest messages locally
  32. * Trash functionality: backup messages before removing them
  33. IMAP features:
  34. * Security: supports TLS/SSL via imaps: (port 993) and STARTTLS; SASL
  35. for authentication
  36. * Supports NAMESPACE for simplified configuration
  37. * Pipelining for maximum speed