summaryrefslogtreecommitdiff
path: root/mail/imapproxy/DESCR
diff options
context:
space:
mode:
authorrh <rh>2002-12-09 03:17:19 +0000
committerrh <rh>2002-12-09 03:17:19 +0000
commit9a7dcef3b6d16291079bc58c1857c8e4c2433ee3 (patch)
treee425b02474754396d78856a97388431b6e0401bd /mail/imapproxy/DESCR
parent615c7baf3bf9fd01d5f23892a3446e246a552a02 (diff)
downloadpkgsrc-9a7dcef3b6d16291079bc58c1857c8e4c2433ee3.tar.gz
Initial import of imapproxy-1.0, a simple connection caching IMAP proxy.
Diffstat (limited to 'mail/imapproxy/DESCR')
-rw-r--r--mail/imapproxy/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/imapproxy/DESCR b/mail/imapproxy/DESCR
new file mode 100644
index 00000000000..1f03073fb04
--- /dev/null
+++ b/mail/imapproxy/DESCR
@@ -0,0 +1,6 @@
+ImapProxy is a caching IMAP proxy daemon designed to be used with
+Horde/IMP. The program forwards all traffic between the client and the
+server, but keeps the connection to the server alive after the client logs
+out. When the same user attempts to log in again, the proxy will use the
+cached username/password pair to authenticate the client, and tie the new
+client to the old server connection (which was kept alive).