aboutsummaryrefslogtreecommitdiff
path: root/mail/horde-imp
Commit message (Collapse)AuthorAgeFilesLines
* - Upadte to 4.2 (release)Beech Rintoul2008-06-303-36/+17
| | | | | | | - Bump PORTEPOCH Notes: svn path=/head/; revision=216004
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* -Fix typoBeech Rintoul2008-03-072-3/+5
| | | | | | | Reported by: Johan Huldtgren <johan@huldtgren.com> Notes: svn path=/head/; revision=208553
* - Update to 4.2-rc2Beech Rintoul2008-03-034-18/+23
| | | | Notes: svn path=/head/; revision=208394
* - Update to 4.2-rc2Beech Rintoul2008-02-284-230/+469
| | | | | | | | - Many changes, see the following for details: http://www.horde.org/imp/docs/?f=CHANGES.html Notes: svn path=/head/; revision=208113
* - Update to 4.1.6Beech Rintoul2008-01-182-4/+4
| | | | | | | | | | | - Fix sentmail folder not being updated in the preference interface after updating to Horde 3.1.5. - Fix broken <area> tags in HTML messages. Approved by: linimon (mentor) Notes: svn path=/head/; revision=205765
* - Update to 4.1.5Beech Rintoul2007-10-022-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Changes compared to imp 4.1.4 are: - Lower memory usage when downloading folders. - Fix detection of default namespace information when no namespaces are defined on the server. - Don't lose message bodies when moving messages to trash when over quota. - Remove unused defaults in Fetchmail_imap. - Fix empty folder name appearing on Cyrus and servers with similar namespaces. - Only show reply options in iCalendar viewer if a reply is requested. - Remove non-responsive www.keyserver.net and wwwkeys.pgp.net from PGP options. - Fix moving messages when over quota on Dovecot servers. - Fix parsing of certain distribution lists. - Fix rare occurrence where an action perfomed on the mailbox screen would instead be performed on the INBOX. - Don't show save attachments prompt in compose screen if configured to automatically link all attachments. Approved by: sat (mentor, implicit) Notes: svn path=/head/; revision=200697
* - Update maintainer address.Beech Rintoul2007-06-141-1/+1
| | | | Notes: svn path=/head/; revision=193529
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Introduce bsd.horde.mkAndrew Pantyukhin2007-04-085-615/+507
| | | | | | | | | | | - Convert most horde ports - Tested vigorously, but hastily Prodded by: pointyhats via kris Approved by: Beech Rintoul <beech@alaskaparadise.com> (maintainer) Notes: svn path=/head/; revision=189522
* - Remove dependency on imap serverAndrew Pantyukhin2007-04-064-108/+10
| | | | | | | | | | | - Remove apache cruft - Fix package - Bump portrevision Submitted by: Beech Rintoul <beech@alaskaparadise.com> (maintainer) Notes: svn path=/head/; revision=189373
* - Update horde ports to latest versions:Andrew Pantyukhin2007-03-253-32/+20
| | | | | | | | | | | | | | | | - imp to 4.1.4 - mimp to 1.0.1 - turba to 2.1.4 - ingo to 1.1.3 - nag to 2.1.3 - minor tweaks PR: ports/110783, ports/110785, ports/110786, ports/110787, ports/110792 Submitted by: Beech Rintoul <beech@alaskaparadise.com> (maintainer) Notes: svn path=/head/; revision=188276
* - Fix dependency on cyrus-imapd23Andrew Pantyukhin2007-03-211-2/+2
| | | | | | | | PR: ports/110639, ports/110643 Submitted by: Beech Rintoul <beech@alaskaparadise.com> (maintainer) Notes: svn path=/head/; revision=187932
* - Don't depend on imap servers by defaultAndrew Pantyukhin2007-03-121-3/+3
| | | | | | | | | | - Change from cyrus-imapd2 to cyrus-imapd23 PR: ports/110010 Submitted by: Beech Rintoul <beech@alaskaparadise.com> (maintainer) Notes: svn path=/head/; revision=187223
* Fix index breakage due to move of www/horde to www/horde-base.Mark Linimon2007-02-251-1/+1
| | | | | | | | | PR: ports/109512 Submitted by: "Josef M." jm dot public at gmail dot com Pointy hat to: sat Notes: svn path=/head/; revision=185844
* - Use horde mirrors from bsd.sites.mkAndrew Pantyukhin2007-02-121-6/+1
| | | | | | | Approved by: Beech Rintoul <freebsd@alaskaparadise.com> (maintainer) Notes: svn path=/head/; revision=185056
* - Update nag to 2.1.2. [1]Shaun Amott2007-01-291-1/+1
| | | | | | | | | | | - Update mnemo to 2.1.1. [2] - Hand over maintainership of all the Horde ports to Beech Rintoul. PR: ports/108380 [1], ports/108384 [2] Submitted by: Beech Rintoul <beech@alaskaparadise.com> [1] [2] Notes: svn path=/head/; revision=183583
* - Since security/gnupg (2.x) installs symlink $PREFIX/bin/gpg,Jun Kuriyama2006-12-221-2/+2
| | | | | | | | | | | depending on $PREFIX/bin/gpg for security/gnupg1 (1.4.x) is not correct. To work around this, change dependency line from bin/gpg to bin/gpgv which exists in security/gnupg1 port only. Spotted by: ume Notes: svn path=/head/; revision=180452
* - Upgrade gnupg to 2.0.1. Old stable version (1.4.6) was repocopiedJun Kuriyama2006-12-211-1/+2
| | | | | | | | | to security/gnupg1. Thanks to: dougb, lofi Notes: svn path=/head/; revision=180326
* Upgrade to 4.1.3.Shaun Amott2006-08-182-4/+4
| | | | | | | | | | ChangeLog: http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=1.699.2.194&r2=1.699.2.206&ty=h Security: VuXML e2e8d374-2e40-11db-b683-0008743bf21a Notes: svn path=/head/; revision=170921
* Update to 4.1.2Shaun Amott2006-06-212-4/+4
| | | | | | | | | | ChangeLog: http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=1.699.2.184&r2=1.699.2.194&ty=h Approved by: ahze (mentor) Notes: svn path=/head/; revision=166003
* Switch to my @FreeBSD.org address.Shaun Amott2006-06-191-1/+1
| | | | | | | Approved by: ahze (mentor) Notes: svn path=/head/; revision=165799
* Update IMP to 4.1.1Ion-Mihai Tetcu2006-05-123-7/+5
| | | | | | | | | | | | | | This is a minor update - featuring mostly bugfixes. Full changelog available here: http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=1.699.2.163&r2=1.699.2.184&ty=h PR: ports/96032 Submitted by: Shaun Amott <shaun@inerd.com> (maintainer) Reviewed by: itetcu (plist warnings) Approved by: lawrance (mentor) Notes: svn path=/head/; revision=162144
* make sure I update the PORTREVISIONMarc G. Fournier2006-04-151-0/+1
| | | | Notes: svn path=/head/; revision=159617
* After a recent discussion on freebsd-ports, I have modified the HordeMarc G. Fournier2006-04-152-14/+3
| | | | | | | | | | | | ports, so that they now do not overwrite existing configuration files. Rather than backing up the old ones and allowing the user to merge the files by hand, config files are left untouched. PR: Submitted by: Shaun Amott <shaun@inerd.com> Notes: svn path=/head/; revision=159616
* After a recent discussion on freebsd-ports, I have modified the HordeMarc G. Fournier2006-04-152-7/+26
| | | | | | | | | | | ports, so that they now do not overwrite existing configuration files. Rather than backing up the old ones and allowing the user to merge the files by hand, config files are left untouched. Submitted by: Shaun Amott <shaun@inerd.com> Notes: svn path=/head/; revision=159613
* Adopt the Horde ports.Thierry Thomas2006-04-101-1/+1
| | | | | | | | PR: 95561 Submitted by: Shaun Amott <shaun (at) inerd.com> Notes: svn path=/head/; revision=159243
* Release maintainership.Thierry Thomas2006-04-081-1/+1
| | | | Notes: svn path=/head/; revision=159104
* Upgrade to 4.1.Thierry Thomas2006-03-156-52/+59
| | | | | | | | Changelog at <http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=1.699.2.115&r2=1.699.2.163&ty=h> Notes: svn path=/head/; revision=157336
* Don't create a file when ${LOCALBASE}/etc/apache2/Includes has beenThierry Thomas2006-02-162-4/+4
| | | | | | | | | | removed. PR: 92995 Submitted by: Stefan Bethke <stb (at) lassitu.de> Notes: svn path=/head/; revision=156194
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* - Replace WITH_APACHE2 by USE_APACHE, rename httpd.conf.xxx toThierry Thomas2006-01-064-10/+16
| | | | | | | | | | | | | | | | | | httpd-xxx.conf and fix configuration if APACHE_VERSION > 20. - Don't use the MCAL back-end by default for Kronolith, it is deprecated. - Deinstall bug reported by John Nielsen <john (at) jnielsen.net>: respect LHORDEDIR. - Fix horde-passwd installation / deinstallation. - Don't bump PORTREVISION, because running installations are not concerned. Notes: svn path=/head/; revision=152847
* Add a missing file useful for MSIE users.Thierry Thomas2005-12-062-1/+4
| | | | | | | | PR: 90051 Submitted by: Chris Dickson <chris (at) flipjam.co.uk> Notes: svn path=/head/; revision=150561
* Upgrade to 4.0.4.Thierry Thomas2005-10-183-7/+20
| | | | | | | | Changelog at <http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=1.699.2.62&r2=1.699.2.115&ty=h> Notes: svn path=/head/; revision=145814
* Upgrade to 4.0.3.Thierry Thomas2005-04-093-19/+6
| | | | | | | | Changelog available at: <http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=1.699.2.30&r2=1.699.2.62&ty=h>. Notes: svn path=/head/; revision=132821
* Fix dependency to mail/cyrus-imapd2.Thierry Thomas2005-03-041-1/+1
| | | | | | | Reported by: Sergey Skvortsov (skv) Notes: svn path=/head/; revision=130376
* Fix bug #1367Thierry Thomas2005-02-142-1/+13
| | | | | | | | | | (<http://bugs.horde.org/ticket/?id=1367&Horde=b45921c0a2f9cf7dd2ac4694dedf8191>). Tested by: Troy Dixler Obtained from: Horde CVS. Notes: svn path=/head/; revision=128846
* Upgrade to 4.0.2.Thierry Thomas2005-02-112-3/+3
| | | | | | | | Changelog at <http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=1.699.2.5&r2=1.699.2.30&ty=h> Notes: svn path=/head/; revision=128555
* Don't let RUN_DEPENDS rely on a fixed HORDEDIR.Thierry Thomas2005-01-161-4/+4
| | | | | | | Reported by: Jeff Bachtel. Notes: svn path=/head/; revision=126585
* Upgrade to 4.0.1.Thierry Thomas2005-01-082-3/+3
| | | | Notes: svn path=/head/; revision=125787
* Upgrade to 4.0.Thierry Thomas2004-12-2610-0/+892
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The major changes compared to the IMP 3.x versions are: * Much improved message format support through Horde's rewritten MIME system. * Many, many additional and improved mime viewers for attachments. * Encrypting, signing, decrypting and verifying of signed and encrypted messages (PGP/GPG and S/MIME). * Message filters moved to a separate application (Ingo) to support more filter backends and a more robust/comprehensive/easy-to-use UI. * Full charset support in folders, mailbox, message and compose views. * Mail folders in the left menu. * Experimental support for virtual folders. * Preview of attachments in compose view. * Send attachments as links. * Option to not save attachments with sent mail. * Navigation through message and mailbox views with arrow keys. * View all messages of a thread. * HTML message composition with a cross-browser WYSIWIG editor. * Fetching mails from other email accounts to view with IMP. * Message previews in mailbox view. * Prevent message loss during compositon due to session timeouts. * Management of shared IMAP folders. * Priority settings for composed messages. * User management for supported IMAP servers. * Integrated quota support. * Support for mailing list headers. * Ability to forward multiple messages at once. * Downloading of all attachments from a message as a single ZIP file. * Stripping individual attachments from messages. * Alias and "tied to" addresses in user identities. * Authentication with Horde credentials. * Graphical emoticons and country flags in message view. * Various caching improvements to drastically minimize duplicate IMAP server->web server traffic. This is a resurrection of the previous mail/imp, upgraded from mail/imp3. PR: ports/75434 Submitted by: /me Notes: svn path=/head/; revision=125201
* IMP 2.2.x contains a SQL injection vulnerabilityYen-Ming Lee2003-02-247-1228/+0
| | | | | | | | | | | | | | | - http://online.securityfocus.com/archive/1/305701 Horde Project has announced IMP 2.2.x is no longer actively maintained - http://www.horde.org/imp/2.2/news.php PR: 48485 Submitted by: Kang Liu <lazykang@hotmail.com> Reviewed by: Thierry Thomas <thierry@pompo.net> (MAINTAINER) Approved by: Thierry Thomas <thierry@pompo.net> (MAINTAINER) Notes: svn path=/head/; revision=76359
* 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
* Chase libpq version bump.Sean Chittenden2003-01-041-1/+1
| | | | Notes: svn path=/head/; revision=72511
* PERL -> REINPLACE_CMDYing-Chieh Liao2002-07-071-13/+18
| | | | | | | | PR: 40289 Submitted by: maintainer Notes: svn path=/head/; revision=62590
* Cope with www/horde deinsall-time error message (this appears when you ↵SADA Kenji2002-05-201-2/+0
| | | | | | | | | | install mail/imp). PR: ports/38255 Submitted by: maintainer Notes: svn path=/head/; revision=59523
* I forgot to patch a line.SADA Kenji2002-05-171-1/+1
| | | | | | | | PR: ports/35740 Pointed out by: maintainer Notes: svn path=/head/; revision=59294
* - Follow xlhtml's rename.SADA Kenji2002-05-164-3/+15
| | | | | | | | | | - Cope with the change of wvHtml's commandline use. - Upgrade to version 2.2.8, preventing some CSS attacks. PR: ports/35740, ports/36820 Submitted by: maintainer Notes: svn path=/head/; revision=59231