summaryrefslogtreecommitdiffstats
path: root/network/imapproxy/slack-desc
diff options
context:
space:
mode:
author Thomas Szteliga2015-08-11 08:09:03 +0200
committer Willy Sudiarto Raharjo2015-08-11 18:25:29 +0200
commitc2babcea5255953cbcf9769dd98a805e3b3a3b10 (patch)
tree3039c4683943023c6b1176ed9c128cddabdb88a2 /network/imapproxy/slack-desc
parent5c7a3ec24e4cb84d2175b110244fb7c2f997b1cc (diff)
downloadslackbuilds-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-desc19
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.