control 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. The main application was much improved in version 1.0. Those improvements
  29. lead to interface changes and the application being renamed to mbsync. The
  30. application isync is now only a wrapper to keep compatibility with earlier
  31. versions.
  32. .
  33. Features:
  34. * Fine-grained selection of synchronization operations to perform
  35. * Synchronizes single mailboxes or entire mailbox collections
  36. * Partial mirrors possible: keep only the latest messages locally
  37. * Trash functionality: backup messages before removing them
  38. IMAP features:
  39. * Security: supports TLS/SSL via imaps: (port 993) and STARTTLS; SASL
  40. for authentication
  41. * Supports NAMESPACE for simplified configuration
  42. * Pipelining for maximum speed