diff options
author | Thomas Szteliga <ts@websafe.pl> | 2015-08-11 13:09:03 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-08-11 23:25:29 +0700 |
commit | c2babcea5255953cbcf9769dd98a805e3b3a3b10 (patch) | |
tree | 3039c4683943023c6b1176ed9c128cddabdb88a2 /network/imapproxy/README | |
parent | 5c7a3ec24e4cb84d2175b110244fb7c2f997b1cc (diff) |
network/imapproxy: Added (SquirrelMail's IMAP Proxy server).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/imapproxy/README')
-rw-r--r-- | network/imapproxy/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/network/imapproxy/README b/network/imapproxy/README new file mode 100644 index 0000000000000..f2c5997a7add1 --- /dev/null +++ b/network/imapproxy/README @@ -0,0 +1,11 @@ +imapproxy (SquirrelMail's IMAP Proxy server) + +SquirrelMail's IMAP Proxy is a caching IMAP proxy server intended +for use with webmail clients that cannot maintain persistent +connections to an IMAP server. +IMAP Proxy simply sits between your webmail server and your IMAP +server. It accepts connections from your webmail server for each +client login, then proxies that connection to your real IMAP server. +When your webmail client disconnects, IMAP Proxy will leave the +connection open to the IMAP server such that when your webmail client +reconnects, the existing connection may be re-used. |