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/slack-desc | |
parent | 5c7a3ec24e4cb84d2175b110244fb7c2f997b1cc (diff) | |
download | slackbuilds-c2babcea5255953cbcf9769dd98a805e3b3a3b10.tar.gz |
network/imapproxy: Added (SquirrelMail's IMAP Proxy server).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/imapproxy/slack-desc')
-rw-r--r-- | network/imapproxy/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/network/imapproxy/slack-desc b/network/imapproxy/slack-desc new file mode 100644 index 0000000000..1c70395971 --- /dev/null +++ b/network/imapproxy/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +imapproxy: imapproxy (SquirrelMail's IMAP Proxy server) +imapproxy: +imapproxy: SquirrelMail's IMAP Proxy is a caching IMAP proxy server intended +imapproxy: for use with webmail clients that cannot maintain persistent +imapproxy: connections to an IMAP server. +imapproxy: IMAP Proxy simply sits between your webmail server and your IMAP +imapproxy: server. It accepts connections from your webmail server for each +imapproxy: client login, then proxies that connection to your real IMAP server. +imapproxy: When your webmail client disconnects, IMAP Proxy will leave the +imapproxy: connection open to the IMAP server such that when your webmail client +imapproxy: reconnects, the existing connection may be re-used. |