up-imapproxy 1.2.7-1.1build1 source package in Ubuntu
Changelog
up-imapproxy (1.2.7-1.1build1) xenial; urgency=medium * No-change rebuild for ncurses6 transition. -- Matthias Klose <email address hidden> Sat, 06 Feb 2016 20:53:57 +0000
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Xenial
- Original maintainer:
- Jose Luis Tallon
- Architectures:
- any
- Section:
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | universe |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
up-imapproxy_1.2.7.orig.tar.bz2 | 109.0 KiB | 1a24b69ac07924089cb7046e4ac814fd7030cdf2905f3c8104535998d5920f1d |
up-imapproxy_1.2.7-1.1build1.debian.tar.xz | 17.4 KiB | d1f7d6b87b6bfe567bcbda75cc58a8f522d26426aa632b54bd0269535cef762c |
up-imapproxy_1.2.7-1.1build1.dsc | 1.8 KiB | 1004f3cc7b0983e4ebd804dae65f2bc40e0c96432ea509e54862277b4c13d148 |
Available diffs
Binary packages built by this source
- imapproxy: No summary available for imapproxy in ubuntu yakkety.
No description available for imapproxy in ubuntu yakkety.
- imapproxy-dbgsym: debug symbols for package imapproxy
UP-ImapProxy proxies IMAP transactions between an IMAP client and an IMAP
server. The general idea is that the client should never know that it is
not talking to the real IMAP server, but ImapProxy caches server connections.
.
ImapProxy was written to compensate for webmail clients that are unable to
maintain persistent connections to an IMAP server. Most webmail clients
need to log in to an IMAP server for nearly every single transaction; This
behaviour can cause tragic performance problems on the IMAP server.
ImapProxy tries to deal with this problem by leaving server connections
open for a short time after a webmail client logs out. When the webmail client
connects again, ImapProxy will determine if there is a cached connection
available and reuse it if possible.