diff options
author | mich <mich@FreeBSD.org> | 2003-07-30 00:19:04 +0800 |
---|---|---|
committer | mich <mich@FreeBSD.org> | 2003-07-30 00:19:04 +0800 |
commit | 008ebb838fe05ca658ae312681ed84d90ee15357 (patch) | |
tree | a2ed196fa830cf5e08dd7fcfd0ff0c9febb5e9af /net/Makefile | |
parent | 972cc9872406970f62be2b98b1be9dc7d923cc22 (diff) | |
download | freebsd-ports-gnome-008ebb838fe05ca658ae312681ed84d90ee15357.tar.gz freebsd-ports-gnome-008ebb838fe05ca658ae312681ed84d90ee15357.tar.zst freebsd-ports-gnome-008ebb838fe05ca658ae312681ed84d90ee15357.zip |
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)
PR: 54977
Submitted by: Lasse L. Johnsen
Approved by: roberto (mentor)
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 537521c9eef8..5aa98d483bfd 100644 --- a/net/Makefile +++ b/net/Makefile @@ -230,6 +230,7 @@ SUBDIR += idnkit SUBDIR += ifstat SUBDIR += iftop + SUBDIR += imapproxy SUBDIR += imcom SUBDIR += iog SUBDIR += ip6_int |