summaryrefslogtreecommitdiff
path: root/mail/imp
AgeCommit message (Collapse)AuthorFilesLines
2003-05-16type: last -> leastmason1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-03-17Update to 3.2.1bouyer3-208/+290
Main changes from 3.0: Add various translations Check for invalid 8bit characters in email addresses Updates for various browsers quirks Do not allow the '\' character in full names (see RFC 2822 [3.2.5]). Close several small XSS vulnerabilities Show timeout warning if session is about to expire Added images MIME_Viewer Protect against modified login forms Escape login data correctly Various bug fixes and interface improvements. For details see share/doc/imp/CHANGES
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+2
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2002-09-24Complete standardization of messages according to latest pkglint.wiz1-3/+3
2002-03-01Fix path to the mysql conversion script.bouyer1-2/+2
2002-02-01Update to 3.0, as 2.2.7 doesn't work with the new PHP.bouyer6-992/+285
"IMP 3.0 is now available! This major release delivers a brand-new, cleaner user interface, improved internationalization, mail filtering, identities, and much more, the result of over two years of feedback and experience based on the successful IMP 2.2.x releases." Note that the database format has changed, use ${PREFIX}share/horde/imp/scripts/imp2horde.pl to convert to the new format.
2001-12-02bsd.pkg.install.mk calls the INSTALL script at the right timesjlam1-5/+1
automatically, so no need to do it ourselves.
2001-11-26Forgot a CONFDIR -> PKG_SYSCONFDIR replacement.jlam1-3/+3
2001-11-25PKG_SYSCONFDIR is where the configuration files for a package may be found.jlam1-6/+4
This value may be customized in various ways: PKG_SYSCONFBASE is the main config directory under which all package configuration files are to be found. PKG_SYSCONFSUBDIR is the subdirectory of PKG_SYSCONFBASE under which the configuration files for a particular package may be found. PKG_SYSCONFDIR.${PKGBASE} overrides the value of ${PKG_SYSCONFDIR} for a particular package. Users will typically want to set PKG_SYSCONFBASE to /etc, or accept the default location of ${PREFIX}/etc. This obsoletes the use of CONFDIR, which was active for only 6 days, so no need to have a workaround to still accept old CONFDIR settings.
2001-11-19Adapt to use shared INSTALL/DEINSTALL scripts by using the logic injlam3-218/+34
bsd.pkg.install.mk: * Remove old DEINSTALL/INSTALL scripts. * Move some text printed at POST-INSTALL time into the MESSAGE file. * Adjust rc.d scripts to respect rc.conf settings, so that the script may be directly copied into /etc/rc.d.
2001-11-11Update to imp-2.2.7 for security problems (update recommended). Changes:bouyer3-30/+57
[cjh] SECURITY: Prevent CSS by not letting let <tags> through in $message [bjn] Simplified Chinese (zh) locale. (He Kun <hek@mail.cbi.pku.edu.cn>)
2001-11-01Move pkg/ files into package's toplevel directoryzuntum5-4/+4
2001-10-29Fix depends lines to point to correct pathsjmc1-2/+2
2001-07-31Ops, we need to install prefs.php3 !bouyer2-4/+4
2001-07-29Change maintainer to myself, per discussion with Johnny C. Lam.bouyer1-2/+2
2001-07-29Update to 1.2.6. Change since 1.2.5 is security fixes, possibly allowing remotebouyer4-14/+36
shell.
2001-07-13In package Makefiles, create FILES_SUBST instead of duplicating sedjlam2-20/+21
expression for substituting in DEINSTALL/INSTALL scripts. Use "${CMP} -s" instead of "diff -q" since the former is more portable across OSes.
2001-05-22Update imp to 2.2.5. Changes from version 2.2.4:jlam3-9/+9
[bjn] SECURITY: Use is_uploaded_file() function to validate all attachment uploads (prevent spoofing). [bjn] SECURITY: Fix attachment upload to use tempnam(). (Jarno Huuskonen <Jarno.Huuskonen@uku.fi>) [cjh] SECURITY: Fix attachment viewers to use tempnam(). [cjh] Fix mysql warning with php 4.0.7. [max] Move all JavaScript URLs to the onclick event handler to prevent breaking IE SSL in certain circumstances. [cjh] Add addslashes() to mysql db library. [bjn] Bug 577: umask fixes to prevent world-writable /tmp files. (<andreas@conectiva.com.br>) [bjn] Bug 517: Fixes for LDAP searching--bogus LDAP filters when some drop-downs were switched away from default values. (Robert Marchand <robert.marchand@UMontreal.CA>) [cjh] Allow '+' to terminate URLs.
2001-04-30- Repect ${APACHE_SYSCONFDIR} settingjlam5-18/+70
- Install example imp.conf Apache config file fragment info ${PREFIX}/share/examples/imp. - Add missing directory share/doc/imp to PLIST.
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-28whitespace fixeswiz1-2/+1
2001-02-23Change horde dependency to match exactly 1.2.4 on advice fromjlam1-2/+2
avsm@horde.org in private email.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-12Rename the post-patch target to make it work againjlam1-2/+2
2001-02-12IMP - Internet Messaging Programjlam11-0/+1208