diff options
author | Guilhem Moulin <guilhem@debian.org> | 2022-02-25 23:07:15 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@debian.org> | 2022-02-25 23:07:15 +0100 |
commit | 18e4d0bec79eb1c7d0001721dde00b11446987c4 (patch) | |
tree | 5fbaf83fd8e3a74334240b2997d2114962f6af5e /debian/control | |
parent | ba6b329546f34e0190ef89a3342880270adae365 (diff) |
d/control: Improve long descriptions.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/debian/control b/debian/control index 685d480..3156f04 100644 --- a/debian/control +++ b/debian/control @@ -43,26 +43,28 @@ Description: Fast bidirectional synchronization for QRESYNC-capable IMAP servers thus strongly recommended to use a server supporting these. . InterIMAP supports the COMPRESS=DEFLATE extension from [RFC4978]. It is - enabled by default on remote servers advertising it, in order to reduce - network traffic, especially for long-lived connections. + enabled by default on remote servers advertising it in order to reduce network + traffic, especially for long-lived connections. Package: pullimap Architecture: all Depends: libinterimap (= ${binary:Version}), ${misc:Depends}, ${perl:Depends} Description: Pull mails from an IMAP mailbox and deliver them via SMTP or LMTP PullIMAP retrieves messages from an IMAP mailbox and deliver them to an - SMTP or LMTP transmission channel. It can also remove old messages after - a configurable retention period. + SMTP or LMTP transmission channel. . A statefile is used to keep track of the mailbox's UIDVALIDITY and UIDNEXT values. While PullIMAP is running, the statefile is also used to keep - track of UIDs being delivered, which avoids duplicate deliveries if the + track of UIDs being delivered, which avoids duplicate deliveries in case the process is interrupted. . PullIMAP supports the COMPRESS=DEFLATE extension from [RFC4978]. It is - enabled by default on servers advertising it, in order to reduce network + enabled by default on servers advertising it in order to reduce network traffic, especially for long-lived connections (when IDLE commands are enabled.) + . + An optional retention period can be set to automatically remove old messages + from the IMAP server. Package: libinterimap Architecture: all |