The FreeBSD Ports Archive
FreeBSD mail : bincimap4>
Light-weight IMAP server for Maildir
Binc IMAP is a GPL licensed IMAP4rev1 server for Maildir, written in C++.
It strives to be stable, fast, flexible, and RFC compliant.
For those familiar with qmail-pop3d, this IMAP server will be the natural
choice. It is invoked similarily and uses checkpassword to authenticate.
Author: Andreas Aardal Hanssen
http://www.bincimap.org/
|
bincimap history
v. 1.14
date: 2005/07/22 06:08:31; author: sergei; state: Exp; lines: +1 -1
- Update to 1.2.13
v. 1.13
date: 2005/04/12 03:25:54; author: obrien; state: Exp; lines: +1 -1
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
v. 1.12
date: 2005/04/11 08:03:08; author: obrien; state: Exp; lines: +1 -1
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.11
date: 2005/03/10 15:50:53; author: sergei; state: Exp; lines: +1 -1
- Update to 1.2.12
v. 1.10
date: 2004/12/28 08:15:46; author: sergei; state: Exp; lines: +1 -1
- Upgrade to 1.2.11
v. 1.9
date: 2004/10/13 16:22:05; author: sergei; state: Exp; lines: +8 -39
- Update to 1.2.10
- Remove dependencies: bincimap can be used in multitude of configurations,
supervise/tcpserver and xinetd are two of them, but not the only ones.
For example, it can be used with inetd(8) in the base system, too. [1]
- Install configuration samples into EXAMPLESDIR
Requested by: Paul-Andrew Joseph Miseiko [1]
v. 1.8
date: 2004/08/30 16:29:27; author: sergei; state: Exp; lines: +3 -2
- Update to 1.2.9final
v. 1.7
date: 2004/06/10 21:03:39; author: sergei; state: Exp; lines: +1 -1
- Update to 1.2.7
v. 1.6
date: 2004/04/04 13:40:31; author: sergei; state: Exp; lines: +2 -1
- Update to 1.2.6, the latest stable version
Prompted by: Andrea Riela
v. 1.5
date: 2003/10/23 05:42:45; author: sergei; state: Exp; lines: +1 -1
Change to my @FreeBSD.org address.
Approved by: krion
v. 1.4
date: 2003/10/01 14:35:48; author: krion; state: Exp; lines: +2 -13
- Update to 1.2.3
- Remove cert Makefile target - the code does not work properly
on FreeBSD yet; it will be revisited later
PR: 57455
Submitted by: Sergei Kolobov (maintainer)
v. 1.3
date: 2003/09/08 09:45:21; author: edwin; state: Exp; lines: +19 -4
[MAINTAINER] mail/bincimap: update to 1.2.1
- Update to 1.2.1 (see ChangeLog for list of changes)
- Add distribution patch
- Add Makefile target for creating SSL certificates for the port
PR: ports/56550
Submitted by: Sergei Kolobov
v. 1.2
date: 2003/06/12 08:05:25; author: leeym; state: Exp; lines: +44 -19
- Update to 1.1.8
- Update MASTER_SITES to include official mirrors
- Introduce two compile-time knobs:
- WITH_XINETD Use xinetd instead of the default daemontools/ucspi-tcp
- WITHOUT_OPENSSL Disable OpenSSL support (enabled by default)
- Install all sample configs into ${PREFIX}/etc/bincimap instead of
${EXAMPLESDIR}
PR: 52904
Submitted by: Sergei Kolobov
v. 1.1
date: 2003/04/27 01:34:29; author: vanilla; state: Exp;
Add bincimap 1.1.5, light-weight IMAP server for Maildir.
PR: 50719
Submitted by: Sergei Kolobov
=============================================================================
v. 1.14
date: 2005/07/22 06:08:31; author: sergei; state: Exp; lines: +1 -1
- Update to 1.2.13
v. 1.13
date: 2005/04/12 03:25:54; author: obrien; state: Exp; lines: +1 -1
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
v. 1.12
date: 2005/04/11 08:03:08; author: obrien; state: Exp; lines: +1 -1
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.11
date: 2005/03/10 15:50:53; author: sergei; state: Exp; lines: +1 -1
- Update to 1.2.12
v. 1.10
date: 2004/12/28 08:15:46; author: sergei; state: Exp; lines: +1 -1
- Upgrade to 1.2.11
v. 1.9
date: 2004/10/13 16:22:05; author: sergei; state: Exp; lines: +8 -39
- Update to 1.2.10
- Remove dependencies: bincimap can be used in multitude of configurations,
supervise/tcpserver and xinetd are two of them, but not the only ones.
For example, it can be used with inetd(8) in the base system, too. [1]
- Install configuration samples into EXAMPLESDIR
Requested by: Paul-Andrew Joseph Miseiko [1]
v. 1.8
date: 2004/08/30 16:29:27; author: sergei; state: Exp; lines: +3 -2
- Update to 1.2.9final
v. 1.7
date: 2004/06/10 21:03:39; author: sergei; state: Exp; lines: +1 -1
- Update to 1.2.7
v. 1.6
date: 2004/04/04 13:40:31; author: sergei; state: Exp; lines: +2 -1
- Update to 1.2.6, the latest stable version
Prompted by: Andrea Riela
v. 1.5
date: 2003/10/23 05:42:45; author: sergei; state: Exp; lines: +1 -1
Change to my @FreeBSD.org address.
Approved by: krion
v. 1.4
date: 2003/10/01 14:35:48; author: krion; state: Exp; lines: +2 -13
- Update to 1.2.3
- Remove cert Makefile target - the code does not work properly
on FreeBSD yet; it will be revisited later
PR: 57455
Submitted by: Sergei Kolobov (maintainer)
v. 1.3
date: 2003/09/08 09:45:21; author: edwin; state: Exp; lines: +19 -4
[MAINTAINER] mail/bincimap: update to 1.2.1
- Update to 1.2.1 (see ChangeLog for list of changes)
- Add distribution patch
- Add Makefile target for creating SSL certificates for the port
PR: ports/56550
Submitted by: Sergei Kolobov
v. 1.2
date: 2003/06/12 08:05:25; author: leeym; state: Exp; lines: +44 -19
- Update to 1.1.8
- Update MASTER_SITES to include official mirrors
- Introduce two compile-time knobs:
- WITH_XINETD Use xinetd instead of the default daemontools/ucspi-tcp
- WITHOUT_OPENSSL Disable OpenSSL support (enabled by default)
- Install all sample configs into ${PREFIX}/etc/bincimap instead of
${EXAMPLESDIR}
PR: 52904
Submitted by: Sergei Kolobov
v. 1.1
date: 2003/04/27 01:34:29; author: vanilla; state: Exp;
Add bincimap 1.1.5, light-weight IMAP server for Maildir.
PR: 50719
Submitted by: Sergei Kolobov
=============================================================================
v. 1.14
date: 2005/07/22 06:08:31; author: sergei; state: Exp; lines: +1 -1
- Update to 1.2.13
v. 1.13
date: 2005/04/12 03:25:54; author: obrien; state: Exp; lines: +1 -1
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
v. 1.12
date: 2005/04/11 08:03:08; author: obrien; state: Exp; lines: +1 -1
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.11
date: 2005/03/10 15:50:53; author: sergei; state: Exp; lines: +1 -1
- Update to 1.2.12
v. 1.10
date: 2004/12/28 08:15:46; author: sergei; state: Exp; lines: +1 -1
- Upgrade to 1.2.11
v. 1.9
date: 2004/10/13 16:22:05; author: sergei; state: Exp; lines: +8 -39
- Update to 1.2.10
- Remove dependencies: bincimap can be used in multitude of configurations,
supervise/tcpserver and xinetd are two of them, but not the only ones.
For example, it can be used with inetd(8) in the base system, too. [1]
- Install configuration samples into EXAMPLESDIR
Requested by: Paul-Andrew Joseph Miseiko [1]
v. 1.8
date: 2004/08/30 16:29:27; author: sergei; state: Exp; lines: +3 -2
- Update to 1.2.9final
v. 1.7
date: 2004/06/10 21:03:39; author: sergei; state: Exp; lines: +1 -1
- Update to 1.2.7
v. 1.6
date: 2004/04/04 13:40:31; author: sergei; state: Exp; lines: +2 -1
- Update to 1.2.6, the latest stable version
Prompted by: Andrea Riela
v. 1.5
date: 2003/10/23 05:42:45; author: sergei; state: Exp; lines: +1 -1
Change to my @FreeBSD.org address.
Approved by: krion
v. 1.4
date: 2003/10/01 14:35:48; author: krion; state: Exp; lines: +2 -13
- Update to 1.2.3
- Remove cert Makefile target - the code does not work properly
on FreeBSD yet; it will be revisited later
PR: 57455
Submitted by: Sergei Kolobov (maintainer)
v. 1.3
date: 2003/09/08 09:45:21; author: edwin; state: Exp; lines: +19 -4
[MAINTAINER] mail/bincimap: update to 1.2.1
- Update to 1.2.1 (see ChangeLog for list of changes)
- Add distribution patch
- Add Makefile target for creating SSL certificates for the port
PR: ports/56550
Submitted by: Sergei Kolobov
v. 1.2
date: 2003/06/12 08:05:25; author: leeym; state: Exp; lines: +44 -19
- Update to 1.1.8
- Update MASTER_SITES to include official mirrors
- Introduce two compile-time knobs:
- WITH_XINETD Use xinetd instead of the default daemontools/ucspi-tcp
- WITHOUT_OPENSSL Disable OpenSSL support (enabled by default)
- Install all sample configs into ${PREFIX}/etc/bincimap instead of
${EXAMPLESDIR}
PR: 52904
Submitted by: Sergei Kolobov
v. 1.1
date: 2003/04/27 01:34:29; author: vanilla; state: Exp;
Add bincimap 1.1.5, light-weight IMAP server for Maildir.
PR: 50719
Submitted by: Sergei Kolobov
=============================================================================
|
| |

|