Date: Tue, 29 Jul 2003 09:19:04 -0700 (PDT) From: "Michael L. Hostbaek" <mich@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/imapproxy Makefile distinfo pkg-descr pkg-plist ports/net/imapproxy/files patch-aa patch-ab patch-ac patch-ad Message-ID: <200307291619.h6TGJ4fB042219@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mich 2003/07/29 09:19:04 PDT FreeBSD ports repository Modified files: net Makefile Added files: net/imapproxy Makefile distinfo pkg-descr pkg-plist net/imapproxy/files patch-aa patch-ab patch-ac patch-ad Log: 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) Revision Changes Path 1.1041 +1 -0 ports/net/Makefile 1.1 +24 -0 ports/net/imapproxy/Makefile (new) 1.1 +1 -0 ports/net/imapproxy/distinfo (new) 1.1 +10 -0 ports/net/imapproxy/files/patch-aa (new) 1.1 +10 -0 ports/net/imapproxy/files/patch-ab (new) 1.1 +13 -0 ports/net/imapproxy/files/patch-ac (new) 1.1 +11 -0 ports/net/imapproxy/files/patch-ad (new) 1.1 +10 -0 ports/net/imapproxy/pkg-descr (new) 1.1 +2 -0 ports/net/imapproxy/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307291619.h6TGJ4fB042219>