Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename net/ patch-xy patches to reflect the files they modify. | Adam Weinberger | 2014-07-29 | 1 | -13/+0 |
| | | | | | Approve by: portmgr (not really, but one of these is modifying an unstaged port) | ||||
* | The program forwards all IMAP traffic between the client and the server, but | Michael Landin | 2003-07-29 | 1 | -0/+13 |
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) |