Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SHA256ify | edwin | 2006-01-23 | 1 | -0/+1 |
| | | | | Approved by: krion@ | ||||
* | Remove ${MASTER_SITE_LOCAL}; we will still use the standard fallback | fenner | 2005-10-10 | 1 | -2/+1 |
| | | | | | | to the distfile mirrors. Approved by: Lasse Johnsen <lasse@freebsdcluster.org> (MAINTAINER) | ||||
* | SIZEify (maintainer timeout) | trevor | 2004-03-31 | 1 | -0/+1 |
| | |||||
* | Unbreak build on alpha 5.x | mich | 2003-08-22 | 3 | -0/+32 |
| | | | | | | | bump PORTREVISION Approved by: roberto (mentor) Reviewed by: maintainer | ||||
* | The program forwards all IMAP traffic between the client and the server, but | mich | 2003-07-30 | 8 | -0/+81 |
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) |