- update imp to 4.0.3

- From the ChangeLog:
> ------
> v4.0.3
> ------
>
> [jan] Ignore quoted text if spellchecking with aspell (Bug 1673,
>       kevin_myer@iu13.org).
> [cjh] Fix typo in attachment.php that caused a PHP warning
>       (Xavier Montagutelli <xavier.montagutelli@unilim.fr>).
> [mms] Correctly store all data from the compose screen when spell checking a
>       message (Bug 1425).
>
> ----------
> v4.0.3-RC1
> ----------
>
> [cjh] Validate outgoing email addresses before sending mail (Bug 1543).
> [mms] Added automatic detection of some mail server parameters to the test
>       script.
> [mms] Fix Show/Hide Deleted links on search results screen (Bug 1587).
> [mms] Encode attachment parameters with the same character set used in the
>       base message (Bug 1591).
> [mms] Correctly process 'Report and Spam' and Blacklist/Whitelist additions
>       from a search results mailbox view.
> [mms] Correctly sort the contents of the Virtual Folder.
> [mms] Fix viewing mailboxes in shared hierarchies in subscribe mode in the
>       IMAP_Tree lists (Bug 1550).
> [jan] Return to current folder after emptying the trash folder (Bug 1563).
> [mms] Display the attachment expiration date when sending linked attachments.
> [mms] Fix editing virtual folders from the mailbox screen (Bug 1490).
> [cjh] Log logouts at the same level Horde does (Bug 1499).
> [jan] Don't lose session if clicking on link after blacklisting or
>       whitelisting addresses (Bug 1417).
> [mms] Fix refresh of folder screen when viewing unsubscribed folders.
> [mms] Added optional 'delimiter' parameter to servers.php to aid login times
>       for certain IMAP servers (selsky@columbia.edu, Bug 1485).
> [mms] Don't link emails in HTML message compositions (Bug 1472).
> [mms] Make sure we can create thumbnails/convert images before prompting user.
> [mms] Ensure multipart/related and multipart/alternative messages can be viewed
>       if not viewable inline or if they contain only one part;
>       multipart/related parts are now viewed with their correct charset
>       (Bug 1433).
> [mms] Fix display of IMAP hierarchies in the folder view (Bug 1403).
> [jan] Fix viewing of multipart S/MIME or PGP signed messages (Bug 1393).
> [jan] Mark sent-mail checkbox when changing the sent-mail folder in the
>       compose screen.
> [mms] Be smarter about we we consider to be downloadable/forwardable.
>       Make sure text isn't both forwarded and attached in a forward message.
> [jan] Fix success screen after redirecting a message (Bug 1374).
> [jan] Fix "undefined index" warning (Bug 1367).
This commit is contained in:
adrianp 2005-05-01 19:07:36 +00:00
parent 74a14d5c46
commit eb275dc0fe
2 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2005/03/27 12:18:53 adrianp Exp $
# $NetBSD: Makefile,v 1.4 2005/05/01 19:07:36 adrianp Exp $
DISTNAME= imp-h3-${IMPVER}
PKGNAME= imp-${IMPVER}
@ -20,7 +20,7 @@ DOCDIR= ${PREFIX}/share/doc/imp
EGDIR= ${PREFIX}/share/examples/imp
HORDEDIR= ${PREFIX}/share/horde
IMPDIR= ${HORDEDIR}/imp
IMPVER= 4.0.2
IMPVER= 4.0.3
PAXDIRS= lib locale po scripts templates themes
MESSAGE_SUBST+= IMPDIR=${IMPDIR}

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2005/03/27 12:18:53 adrianp Exp $
$NetBSD: distinfo,v 1.4 2005/05/01 19:07:36 adrianp Exp $
SHA1 (imp-h3-4.0.2.tar.gz) = 17d8331a7545737a8f21d5b9d78512cbb22b5a28
RMD160 (imp-h3-4.0.2.tar.gz) = c936df39a5f2c0ccd05835315bcd8f40dc5b8fbb
Size (imp-h3-4.0.2.tar.gz) = 2960421 bytes
SHA1 (imp-h3-4.0.3.tar.gz) = 847a48282e248a2f9d3ad3d061166bffdb5dbc02
RMD160 (imp-h3-4.0.3.tar.gz) = 1e7097eb1b959495d1f70a69addd5c62fba40c69
Size (imp-h3-4.0.3.tar.gz) = 3060914 bytes