summaryrefslogtreecommitdiff
path: root/mail/ingo
AgeCommit message (Collapse)AuthorFilesLines
2008-03-04Mechanical changes to add DESTDIR support to packages that installjlam1-19/+23
their files via a custom do-install target.
2008-01-09Major changes compared to the Ingo H3 (1.1.4) version are:adrianp3-7/+11
* Added Japanse translation. * Improved sieve forward rules.
2007-11-15------adrianp3-16/+21
v1.1.4 ------ [jan] Add Simplified Chinese translation (Anna Chen <annachen2008@yahoo.com.cn>). [cjh] Fix check for bulk or list precedence in Sieve vacation (Bug 5543). [jan] Add additional checks to avoid adding empty test values (Bug 5392). [jan] Fix multiline vacation messages with procmail driver (Bug 5273).
2007-07-04Make it easier to build and install packages "unprivileged", wherejlam1-1/+3
the owner of all installed files is a non-root user. This change affects most packages that require special users or groups by making them use the specified unprivileged user and group instead. (1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to unprivileged.mk. These two variables are lists of other bmake variables that define package-specific users and groups. Packages that have user-settable variables for users and groups, e.g. apache and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP}, etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER} and ${UNPRIVILEGED_GROUP}. (2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
2007-03-18Update to 1.1.3adrianp3-7/+9
Fix blacklists and whitelists in the IMAP driver.
2006-10-29Update to 1.1.1adrianp3-7/+15
Major changes compared to the Ingo H3 (1.1.1) version are: * SECURITY: Escape folder names in procmail rules to prevent local code execution. * Added parameter to enable or disable TLS in timsieved driver. * Small bug fixes and improvements. * New translations: Catalan, Slovenian. * Updated translations: Brazilian Portuguese, Dutch, German, Italian, Spanish, Traditional Chinese. The full list of changes (from version H3 (1.1.1)) can be viewed here: http://cvs.horde.org/diff.php/ingo/docs/CHANGES?r1=1.55.2.49&r2=1.55.2.59&ty=h
2006-08-11Rename ftp option to procmail and maildrop as that is far more logical.adrianp1-4/+11
2006-08-10Typo fix.adrianp1-2/+2
2006-08-10Add in support for procmail and maildrop scriptsadrianp1-2/+9
2006-06-24Fix path to horde3 package in DEPENDS.wiz1-2/+2
2006-06-02Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,joerg2-4/+5
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or ap2-* respectively. Add new variables to simplify the Makefile handling. Add CONFLICTS on the old names. Reset revisions of bumped packages. ap-php will now depend on the default Apache and PHP version. All programs using it have an implicit option of the Apache version as well. OK from jlam@ and adrianp@.
2006-05-12Update to ingo 1.1.1adrianp3-11/+17
> > Major changes compared to the Ingo H3 (1.1) version are: > * Restored backward compatibility with Horde 3.0.x. > * Enabled the filter setting to stop further filtering by default. > * Small bug fixes and improvements. > * New translations: Estonian, Greek. > * Updated translations: Danish, Dutch, German. > > The full list of changes (from version H3 (1.1)) can be viewed here: > > http://cvs.horde.org/diff.php/ingo/docs/CHANGES?r1=1.55.2.39&r2=1.55.2.49&ty=h
2006-04-29Move the primary MASTER_SITES to http://ftp.horde.org/pub/ and moveadrianp1-2/+3
ftp://ftp.horde.org/pub/ to a backup
2006-04-05Fix missing PLISt entry pointed out by bulk-builds.adrianp2-2/+5
2006-03-31Ingo, the "Email Filter Rules Manager", started as a frontend for the Sieveadrianp7-0/+346
filter language, and is now a generic and complete filter rule frontend that currently is able to create Sieve, procmail, maildrop, and IMAP filter rules. The IMAP filter driver translates the filter rules on demand to IMAP commands, executed via PHP's IMAP extension and has replaced IMP's internal filtering code. It is now the default filtering agent in IMP H3 (4.x).