diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:44:11 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:44:11 +0000 |
commit | 4e942b64191e2ef98dce2c5af31047a8640db768 (patch) | |
tree | 8c3238b7f0cbec2e9210d52f562960bb22323a7d /net/imapproxy | |
parent | 1d1f878054efdd1171a8cb006e59ad0727610293 (diff) | |
download | ports-4e942b64191e2ef98dce2c5af31047a8640db768.tar.gz ports-4e942b64191e2ef98dce2c5af31047a8640db768.zip |
Notes
Diffstat (limited to 'net/imapproxy')
-rw-r--r-- | net/imapproxy/pkg-descr | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/imapproxy/pkg-descr b/net/imapproxy/pkg-descr index 0cbd2a3587a0..a513653336eb 100644 --- a/net/imapproxy/pkg-descr +++ b/net/imapproxy/pkg-descr @@ -1,8 +1,8 @@ -The program forwards all IMAP 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). +The program forwards all IMAP 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). WWW: http://www.kuleuven.net/projects/imapproxy/ |