interimap 0.5-1 source package in Ubuntu
Changelog
interimap (0.5-1) unstable; urgency=medium * d/control: Bump Standards-Version to 4.5.0 (no changes necessary). * d/patches: Remove patches applied upstream. * d/patches: Avoid running randomized tests on the build daemons. -- Guilhem Moulin <email address hidden> Wed, 29 Jan 2020 13:22:16 +0100
Upload details
- Uploaded by:
- Guilhem Moulin
- Uploaded to:
- Sid
- Original maintainer:
- Guilhem Moulin
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
interimap_0.5-1.dsc | 2.0 KiB | 50daf1fe6211b9835488db3127f0092c9bb39bbae024b5ae90abc0ea849f2afe |
interimap_0.5.orig.tar.gz | 122.7 KiB | b13822c1fa487274647765e178a9ba4e4e110e2730d39fb2a3d07402ae847689 |
interimap_0.5-1.debian.tar.xz | 4.8 KiB | a1c038ff87af5c906b72d2044fa3613da1f09a18ec3e34c84eca5e7390eb2122 |
Available diffs
- diff from 0.4-1 to 0.5-1 (104.2 KiB)
No changes file available.
Binary packages built by this source
- interimap: Fast bidirectional synchronization for QRESYNC-capable IMAP servers
InterIMAP performs stateful bi-directional synchronization between two
IMAP4rev1 servers. Compared to the so-called "full" synchronization
solutions, InterIMAP is both much faster and parsimonious in network
traffic.
.
Stateful 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 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 and it
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.
- libinterimap: Net::IMAP::InterIMAP library and utils
Net::IMAP:
:InterIMAP is a minimal IMAP4rev1 client for QRESYNC-capable
servers, used by interimap. It can also be used with non QRESYNC-capable
servers, but doing so can be unsafe as the client does not store any
in-session mapping between message sequence numbers and UIDs.
- pullimap: 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.
.
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
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
traffic, especially for long-lived connections (when IDLE commands are
enabled.)