- Update to 5.0.4

- Changes in this version (5.0.4) are:

- Added login task to autocreate special mailboxes.
- Improved rendering of attachments in broken multipart/related messages.
- Improved ACL support.
- Improved flag support.
- Fixed a few links in the preferences.
- Small bugfixes and improvements.

Approved by:	itetcu (mentor)(implicit)
This commit is contained in:
Beech Rintoul 2011-05-25 19:36:21 +00:00
parent 11ce310795
commit 11cd367cae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274648
4 changed files with 17 additions and 7 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= imp
PORTVERSION= 5.0.3
PORTVERSION= 5.0.4
DISTVERSIONPREFIX=
DISTVERSIONSUFFIX=
CATEGORIES= mail www

View File

@ -1,2 +1,2 @@
SHA256 (imp-5.0.3.tgz) = aa9b93d5559da4bc3a4294743a8b610d174d15ff635c2d28dfece3fd68223435
SIZE (imp-5.0.3.tgz) = 4962430
SHA256 (imp-5.0.4.tgz) = 502a98d40f2316d2c64949bb198b1f3b05038310c6a7190c2d052c0b2f9d2ade
SIZE (imp-5.0.4.tgz) = 4926594

View File

@ -1,4 +1,7 @@
IMP is the Internet Messaging Program. It is written in PHP and provides
webmail access to IMAP and POP3 accounts.
IMP, the Internet Mail Program, is one of the most popular and widely deployed
open source webmail applications in the world. It allows universal, web-based
access to IMAP and POP3 mail servers and provides Ajax, mobile and traditional
interfaces with a rich range of features normally found only in desktop email
clients. For more information on IMP, visit http://www.horde.org/apps/imp.
WWW: http://www.horde.org/imp/
WWW: http://www.horde.org/apps/imp/

View File

@ -18,6 +18,7 @@
%%HORDIR%%/index-dimp.php
%%HORDIR%%/index.php
%%HORDIR%%/js/acl.js
%%HORDIR%%/js/base64url.js
%%HORDIR%%/js/compose-base.js
%%HORDIR%%/js/compose-dimp.js
%%HORDIR%%/js/compose.js
@ -81,6 +82,8 @@
%%HORDIR%%/lib/Flag/Imap/Draft.php
%%HORDIR%%/lib/Flag/Imap/Flagged.php
%%HORDIR%%/lib/Flag/Imap/Forwarded.php
%%HORDIR%%/lib/Flag/Imap/Junk.php
%%HORDIR%%/lib/Flag/Imap/NotJunk.php
%%HORDIR%%/lib/Flag/Imap/Seen.php
%%HORDIR%%/lib/Flag/System.php
%%HORDIR%%/lib/Flag/System/Attachment.php
@ -97,12 +100,14 @@
%%HORDIR%%/lib/Imap.php
%%HORDIR%%/lib/Imap/Acl.php
%%HORDIR%%/lib/Imap/Exception.php
%%HORDIR%%/lib/Imap/PermanentFlags.php
%%HORDIR%%/lib/Imap/Thread.php
%%HORDIR%%/lib/Imap/Tree.php
%%HORDIR%%/lib/Indices.php
%%HORDIR%%/lib/LoginTasks/SystemTask/GarbageCollection.php
%%HORDIR%%/lib/LoginTasks/SystemTask/Upgrade.php
%%HORDIR%%/lib/LoginTasks/SystemTask/UpgradeAuth.php
%%HORDIR%%/lib/LoginTasks/Task/Autocreate.php
%%HORDIR%%/lib/LoginTasks/Task/DeleteAttachmentsMonthly.php
%%HORDIR%%/lib/LoginTasks/Task/DeleteSentmailMonthly.php
%%HORDIR%%/lib/LoginTasks/Task/FilterOnLogin.php
@ -184,6 +189,7 @@
%%HORDIR%%/lib/Spam.php
%%HORDIR%%/lib/Test.php
%%HORDIR%%/lib/Tree/Flist.php
%%HORDIR%%/lib/Tree/Jquerymobile.php
%%HORDIR%%/lib/Ui/Compose.php
%%HORDIR%%/lib/Ui/Editor.php
%%HORDIR%%/lib/Ui/Folder.php
@ -470,6 +476,7 @@
%%HORDIR%%/themes/default/graphics/key_down.png
%%HORDIR%%/themes/default/graphics/key_up.png
%%HORDIR%%/themes/default/graphics/loading.gif
%%HORDIR%%/themes/default/graphics/locked.png
%%HORDIR%%/themes/default/graphics/logo.png
%%HORDIR%%/themes/default/graphics/logout.png
%%HORDIR%%/themes/default/graphics/mail_answered.png
@ -505,6 +512,7 @@
%%HORDIR%%/themes/default/graphics/sbcursor_top.png
%%HORDIR%%/themes/default/graphics/scroller.png
%%HORDIR%%/themes/default/graphics/scroller_back.png
%%HORDIR%%/themes/default/graphics/search.png
%%HORDIR%%/themes/default/graphics/select.png
%%HORDIR%%/themes/default/graphics/shared.png
%%HORDIR%%/themes/default/graphics/signed.png
@ -847,4 +855,3 @@
@dirrm %%HORDIR%%/bin
@dirrmtry %%HORDIR%%
@dirrmtry %%HORBAS%%