interimap 0.5.7-2ubuntu1 source package in Ubuntu

Changelog

interimap (0.5.7-2ubuntu1) noble; urgency=medium

  * Fix timeval packing on armhf for 64-bit time_t (LP: #2059120)

 -- Simon Chopin <email address hidden>  Tue, 26 Mar 2024 13:20:24 +0100

Upload details

Uploaded by:
Simon Chopin
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
interimap_0.5.7.orig.tar.gz 135.2 KiB 74cd75dc8b8d4157a13ab691cc8939b0500c66623e537b94efa564510c6269f5
interimap_0.5.7-2ubuntu1.debian.tar.xz 16.9 KiB 962961617b1e59b6c275111a419f7e062df14352eeb6531af3673d2343946e95
interimap_0.5.7-2ubuntu1.dsc 2.2 KiB 7e13760e1c09ddb1ccde98104ac83f929670a3569afc9d1ac01388f85c0c1fb6

View changes file

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 alternatives such as OfflineIMAP, InterIMAP
 trades flexibility and IMAPd compatibility for performance; it 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. Compared to alternatives such as fetchmail
 or getmail, PullIMAP trades flexibility and IMAPd compatibility for
 performance.
 .
 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 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
 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.