2002-12-09 04:17:19 +01:00
|
|
|
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
|
2003-05-06 19:40:18 +02:00
|
|
|
client to the old server connection (which was kept alive).
|