aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2015-09-07 17:42:10 +0200
committerGuilhem Moulin <guilhem@fripost.org>2015-09-07 18:21:39 +0200
commit3b65f6b9bdf29406477427cd1e627884a00c5040 (patch)
tree0317aa02c5ebac894a4bbe8f215154bbfdc05be7 /debian/control
parent70f74ae33a4ca622150970e2555ac0c799636db6 (diff)
Rename ‘imapsync’ to ‘interimap’.
To avoid confusion with http://imapsync.lamiral.info , which used to be packaged to debian: http://archive.debian.net/search?searchon=names&keywords=imapsync
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control14
1 files changed, 7 insertions, 7 deletions
diff --git a/debian/control b/debian/control
index d55aec7..386d2d2 100644
--- a/debian/control
+++ b/debian/control
@@ -1,24 +1,24 @@
-Source: imapsync
+Source: interimap
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
+Vcs-Git: https://git.guilhem.org/interimap
+Vcs-Browser: https://gitweb.guilhem.org/interimap
-Package: imapsync
+Package: interimap
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.
+Description: Fast two-way synchronization program for QRESYNC-capable IMAP servers
+ InterIMAP 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+
+ Furthermore, while InterIMAP 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.