Port details |
- imapproxy Caching IMAP proxy daemon to be used with Horde/IMP
- 1.0_1 net
=6 1.0_1Version of this port present on the latest quarterly branch. - Maintainer: lasse@freebsdcluster.org
 - Port Added: 2003-07-29 16:19:33
- Last Update: 2022-09-08 15:46:38
- Commit Hash: ade2a04
- People watching this port, also watch:: trafshow, bash, openssl, libxml2, lsof
- License: not specified in port
- WWW:
- http://www.kuleuven.net/projects/imapproxy/
- Description:
- 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).
Lasse L. Johnsen
lasse@freebsdcluster.org
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- imapproxy>0:net/imapproxy
- To install the port:
- cd /usr/ports/net/imapproxy/ && make install clean
- To add the package, run one of these commands:
- pkg install net/imapproxy
- pkg install imapproxy
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: imapproxy
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (imapproxy-1.0.tar.gz) = 911475b8975e23fc6f661470a78ca7a89e3cb6132655b0176c81692172a77d90
SIZE (imapproxy-1.0.tar.gz) = 75668
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_imapproxy
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0_1 08 Sep 2022 15:46:38
    |
Stefan Eßer (se)  |
Remove WWW lines that have been moved into Makefiles
Approved by: portmgr (implicit) |
1.0_1 08 Sep 2022 15:43:21
    |
Stefan Eßer (se)  |
Move more WWW entries from pkg-descr files into Makefiles
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.
Approved by: portmgr (implicit) |
1.0_1 20 Jul 2022 14:22:37
    |
Tobias C. Berner (tcberner)  |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
1.0_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.0_1 27 May 2020 14:55:03
  |
danfe  |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 3). |
1.0_1 19 May 2016 10:44:12
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
1.0_1 29 Jul 2014 01:59:17
  |
adamw  |
Rename net/ patch-xy patches to reflect the files they modify.
Approve by: portmgr (not really, but one of these is modifying
an unstaged port) |
1.0_1 13 Mar 2014 13:34:35
  |
ehaupt  |
GNU_CONFIGURE is not needed in conjunction with HAS_CONFIGURE which is suitable
here. Also support staging. |
1.0_1 20 Sep 2013 22:10:25
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.0_1 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
1.0_1 22 Jan 2006 21:24:05
 |
edwin  |
SHA256ify
Approved by: krion@ |
1.0_1 10 Oct 2005 14:37:40
 |
fenner  |
Remove ${MASTER_SITE_LOCAL}; we will still use the standard fallback
to the distfile mirrors.
Approved by: Lasse Johnsen <lasse@freebsdcluster.org> (MAINTAINER) |
1.0_1 31 Mar 2004 03:12:58
 |
trevor  |
SIZEify (maintainer timeout) |
1.0_1 22 Aug 2003 13:25:23
 |
mich  |
Unbreak build on alpha 5.x
bump PORTREVISION
Approved by: roberto (mentor)
Reviewed by: maintainer |
1.0 29 Jul 2003 16:19:04
 |
mich  |
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) |