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