File: control

package info (click to toggle)
up-imapproxy 1.2.8~svn20171105-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 1,688 kB
  • sloc: ansic: 4,608; sh: 2,937; makefile: 116
file content (36 lines) | stat: -rw-r--r-- 1,538 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Source: up-imapproxy
Section: mail
Priority: optional
Maintainer: Richard Laager <rlaager@wiktel.com>
Uploaders: Jose Luis Tallon <jltallon@adv-solutions.net>,
           tony mancill <tmancill@debian.org>,
Build-Depends: debhelper-compat (= 12),
               libncurses-dev,
               libssl-dev,
               libwrap0-dev,
               po-debconf (>= 0.8.2),
Homepage: http://www.imapproxy.org
Standards-Version: 4.4.1
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian/imapproxy
Vcs-Git: https://salsa.debian.org/debian/imapproxy.git

Package: imapproxy
Architecture: any
Depends: lsb-base (>= 3.2-13),
         ucf (>= 0.28),
         ${misc:Depends},
         ${shlibs:Depends},
Description: IMAP protocol proxy
 IMAP Proxy 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 while IMAP Proxy caches server connections.
 .
 IMAP Proxy 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.
 IMAP Proxy 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, IMAP Proxy will determine if there is a cached connection
 available and reuse it if possible.