The mail/imp3 port can be built with support for the Cyrus
IMAPd The WITH_CYRUS flag specifies version 1.x (mail/cyrus)
and the WITH_CYRUS_IMAPD flag specifies version 2.x
(mail/cyrus-imapd). The WITH_CYRUS flag tests the existance
of the installed Cyrus directory in ${LOCALBASE}. The
WITH_CYRUS_IMAPD flag tests for the existance of libacap.
There are actually three ports providing different subreleases
of the Cyrus IMAP system version 2. The cyrus-imapd port
is version 2.0.17, the cyrus-imapd2 port is 2.1.14, and the
cyrus-imapd22 port is 2.2.1b. Unfortunately, 2.2.1b does
not include libacap so the imp3 build failes to recognize
when it is installed.
Since imp3 doesn't directly use the ACAP library, and appears
to work fine with cyrus-imapd22, the test should be modified.
PR: ports/56120
Submitted by: Pat Lashley <patl+freebsd@volant.org>
Approved by: Thierry Thomas <thierry@pompo.net> (maintainer)
Fixing an error reported by fran at his.com:
Saving attachments causes an error:
"You don't have permission to access /horde/imp/download/
on this server." and an error is reported in
/var/log/httpd-error.log: [error] [client aaa.bbb.ccc.ddd]
client denied by server configuration:
/usr/local/www/horde/imp/download
$LOCALBASE/etc/horde/httpd.conf.imp was protecting horde/imp/download/
(my mistake), but IMP uses this as a pseudo-directory, and it must be
readable by your clients.
PR: ports/51100
Submitted by: Thierry Thomas <thierry@pompo.net>
- Several workarounds for buggy browser behaviour when downloading
attachments
- Warning before a user session times out
- Allow creation of folder names in other charsets than iso-8859-1
- New image mime type viewer
- VFS (Virtual Filesystem) support for attachments in composed messages
- New translations: Bulgarian, Lithuanian, Romanian, Latvian, Catalan
- Many bug fixes.
PR: ports/48645
Submitted by: Thierry Thomas <thierry@pompo.net>
From PR's description:
IMP 3.0 is the stable release of IMP,
and Horde 2.0 the stable release of Horde.
Note: mail/imp3 and deskutils/kronolith are marked as IS_INTERACTIVE
since they need depending port mod_php4 with its mcrypt option
enabled by hand.
PR: ports/35051
Submitted by: maintainer