aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
blob: d55aec7c5dcc1d6b380b7a32e11d3faa837d69a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: imapsync
Section: mail
Priority: optional
Maintainer: Guilhem Moulin <guilhem@guilhem.org>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.6
Vcs-Git: https://git.guilhem.org/imapsync
Vcs-Browser: https://gitweb.guilhem.org/imapsync

Package: imapsync
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libconfig-tiny-perl, libdbi-perl, libdbd-sqlite3-perl
Recommends: libio-socket-ssl-perl
Description: IMAP-to-IMAP synchronization program for QRESYNC-capable servers
 imapsync performs stateful synchronization between two IMAP4rev1 servers.
 Such synchronization is made possible by the QRESYNC extension from [RFC7162];
 for convenience reasons servers must also support LIST-EXTENDED [RFC5258],
 LIST-STATUS [RFC5819] and UIDPLUS [RFC4315].
 .
 Furthermore, while imapsync can work with servers lacking support for LITERAL+
 [RFC2088] and MULTIAPPEND [RFC3502], these extensions greatly improve
 performance by reducing the number of required round trips hence are
 recommended.