aboutsummaryrefslogtreecommitdiff
path: root/mail/imp3
Commit message (Collapse)AuthorAgeFilesLines
* - SECURITY: Closed an XSS hole in the HTML viewer, a variation to the oneThierry Thomas2004-07-302-3/+3
| | | | | | | | | | | | | | | | | reported in http://www.greymagic.com/security/advisories/gm005-mc/. This vulnerability only exists when using the Internet Explorer to access IMP and only when using the inline MIME viewer for HTML messages. - Commented out the complete <style> tags in the HTML viewer to avoid CSS code appearing in the message. - Fixed a cosmetic issue with broken mail servers that return quotes where they should not (Bug #292). <- edwin ;-) - Updated translations: Estonian, German. Notes: svn path=/head/; revision=115095
* Switch to the new PHP infrastructure.Alex Dupre2004-07-191-14/+7
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=114192
* Changes in this release:Thierry Thomas2004-06-043-12/+9
| | | | | | | | | | | | - SECURITY: Close an XSS hole exploited via the Content-type header of malicious emails. - Fix conversion of folder names in some non-ascii charsets with buggy iconv implementations. - Filter out <base> tags when viewing HTML messages (Bug #10). - Encode subject when saving as draft. Notes: svn path=/head/; revision=110846
* Upgrading to IMP 3.2.3.Thierry Thomas2004-03-163-13/+26
| | | | | | | | | | | | The full list of changes (from version 3.2.2) can be viewed here: <http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=1.389.2.94&r2=1.389.2.101&ty=h>. PR: ports/63855. Submitted by: maintainer. Approved by: mat (mentor). Notes: svn path=/head/; revision=104221
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* IMP3 port's dependancy test fails for cyrus-imapd22Edwin Groothuis2003-09-301-15/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=89891
* mail/imp3: removing IS_INTERACTIVE.Edwin Groothuis2003-09-241-4/+3
| | | | | | | | | | Just remove IS_INTERACTIVE since Horde depends on lang/php4-horde. PR: ports/57114 Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=89185
* mail/imp3: upgrading to 3.2.2 - includes security fixes.Edwin Groothuis2003-08-283-13/+31
| | | | | | | | | | | | | | Upgrading to the latests stable release. This includes several security fixes. The full list of changes (from 3.2.1) can be viewed here: http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=1.389.2.83&;r2=1.389.2.94&ty=h PR: ports/56099 Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=87943
* Fix non-default dependency on openldap2[012] which is broken by splitting.Jun Kuriyama2003-08-151-1/+1
| | | | | | | | # I'm not bumped port revision of them because this should not affect # packages built on bento... Notes: svn path=/head/; revision=86964
* o Replace openldap20 dependency on openldap21Mario Sergio Fujikawa Ferreira2003-06-121-8/+5
| | | | | | | | | | | o Prefer openldap12 if it's already installed. Otherwise, depend on openldap21 PR: 53123 Submitted by: maintainer Notes: svn path=/head/; revision=82837
* mail/imp3: fixing an error when saving attachments.Edwin Groothuis2003-04-182-4/+1
| | | | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=79222
* mail/turba & mail/imp3: better support of Apache2.Edwin Groothuis2003-04-131-1/+5
| | | | | | | | PR: ports/50489 Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=78880
* Make pre-requisites for mail/imp3 regarding PHP4 available forEdwin Groothuis2003-03-301-3/+7
| | | | | | | | | people who install the package. Approved by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=77764
* mail/imp3: install error if defined(WITHOUT_TURBA)Edwin Groothuis2003-03-302-3/+8
| | | | | | | | PR: ports/50368 Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=77712
* mail/imp3: upgrading to IMP 3.2.Edwin Groothuis2003-03-304-14/+51
| | | | | | | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=77710
* Point dependencies on net/openldap2 to net/openldap20Edwin Groothuis2003-02-241-2/+2
| | | | Notes: svn path=/head/; revision=76346
* Point dependencies on net/openldap to net/openldap12Edwin Groothuis2003-02-241-2/+2
| | | | Notes: svn path=/head/; revision=76344
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76038
* - backup config filesDirk Froemberg2003-01-302-3/+34
| | | | | | | | | | - fix ftp sites PR: ports/47418 Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=74267
* Chase libpq version bump.Sean Chittenden2003-01-041-1/+1
| | | | Notes: svn path=/head/; revision=72511
* chase mcrypt lib versionYing-Chieh Liao2003-01-031-1/+1
| | | | Notes: svn path=/head/; revision=72447
* ${PERL} -> ${REINPLACE_CMD}Ying-Chieh Liao2002-06-261-21/+32
| | | | | | | | PR: 39856 Submitted by: maintainer Notes: svn path=/head/; revision=61971
* Update to 3.1 final, bump PORTREVISION.Patrick Li2002-06-183-9/+17
| | | | | | | | PR: 39173 Submitted by: maintainer Notes: svn path=/head/; revision=61487
* Ensure clean removal.Maxim Sobolev2002-05-232-0/+10
| | | | | | | | PR: 38392 Submitted by: maintainer Notes: svn path=/head/; revision=59791
* Update to RC3.Maxim Sobolev2002-05-234-8/+17
| | | | | | | | PR: 38263 Submitted by: maintainer Notes: svn path=/head/; revision=59786
* Upgrade to 3.1 RC2.SADA Kenji2002-05-164-58/+62
| | | | | | | | PR: ports/36906 Submitted by: maintainer Notes: svn path=/head/; revision=59238
* Since 2002/02/27 (v. 0.4), bin/xlhtml and bin/ppthtml have been lowercased,SADA Kenji2002-05-151-1/+1
| | | | | | | | | | | but imp3 is looking for bin/xlHtml and bin/pptHtml. PR: ports/35739 Submitted by: maintainer Pointed out by: Scott Sipe <css3@duke.edu> Notes: svn path=/head/; revision=59160
* Move www/horde-devel -> www/horde2 & mail/imp-devel -> mail/imp3SADA Kenji2002-05-152-4/+4
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=59158
* Update pre-install test for libmcrypt shared library version. ItTrevor Johnson2002-05-071-1/+1
| | | | | | | looks as though no PORTREVISION bump is needed here. Notes: svn path=/head/; revision=58634
* fix a warning when building + better handling of MIME driversYing-Chieh Liao2002-04-012-30/+17
| | | | | | | | PR: 35049 Submitted by: maintainer Notes: svn path=/head/; revision=57135
* Update maintainer addressMario Sergio Fujikawa Ferreira2002-01-201-1/+1
| | | | | | | | PR: 34095 Submitted by: MAINTAINER Notes: svn path=/head/; revision=53413
* The spell-checker was set to true => no mistake reported!Ying-Chieh Liao2002-01-191-9/+1
| | | | | | | | | | aspell is directly called => no need to configure PHP with pspell support. PR: 34014 Submitted by: maintainer Notes: svn path=/head/; revision=53349
* horde-devel from 2.0 RC3 to 2.0;Ying-Chieh Liao2002-01-197-28/+80
| | | | | | | | turba from 1.0 RC3 to 1.0; imp-devel from 3.0 RC3 to 1.0 Notes: svn path=/head/; revision=53347
* Chase shared library number of sybdb after freetds upgrade.Dirk Froemberg2001-12-271-1/+1
| | | | | | | | PR: ports/33211 Submitted by: maintainer Notes: svn path=/head/; revision=52238
* add imp-develYing-Chieh Liao2001-12-129-0/+709
A webmail system which accesses mail over IMAP PR: 32516 Submitted by: Thierry Thomas <thierry@thomas.as> Notes: svn path=/head/; revision=51416