diff options
author | seb <seb@pkgsrc.org> | 2004-08-25 17:13:42 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2004-08-25 17:13:42 +0000 |
commit | 658ffa89cad83b4ec64b9c955691e5e990cec1ca (patch) | |
tree | dcdf685007e42c650caf0e4ffc794db01bba375c /mail/imapfilter | |
parent | 91eb97c860d381cf2180dec1563617830dfd6ad1 (diff) | |
download | pkgsrc-658ffa89cad83b4ec64b9c955691e5e990cec1ca.tar.gz |
Update to version 1.0.1.
Changes since last packaged version:
Version 1.0.1 - 22 August 2004
------------------------------
- Bug fix; in some cases processing of messages with an empty body caused
failure.
- Bug fix; an invalid namespace prefix was inserted in mailbox names of some
mail servers.
- Unique message identifiers are now used by default, instead of message
sequence numbers, when accessing messages in a mailbox.
- Sequence set ranges are generated and sent to the mail server instead of
enumerations, when this is possible.
- The client now limits the length of the command lines it generates to
approxinately 1000 octets, by splitting the request into multiple commands.
- Systems that have no limit on the number of bytes in a pathname are now
considered.
- Debug files are now written in $HOME/.imapfilter/ instead of /tmp/.
Diffstat (limited to 'mail/imapfilter')
-rw-r--r-- | mail/imapfilter/Makefile | 4 | ||||
-rw-r--r-- | mail/imapfilter/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/imapfilter/Makefile b/mail/imapfilter/Makefile index 31c99fbc31c..7b1e076f4bd 100644 --- a/mail/imapfilter/Makefile +++ b/mail/imapfilter/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2004/05/23 20:52:09 seb Exp $ +# $NetBSD: Makefile,v 1.15 2004/08/25 17:13:42 seb Exp $ -DISTNAME= imapfilter-1.0 +DISTNAME= imapfilter-1.0.1 CATEGORIES= mail MASTER_SITES= http://imapfilter.hellug.gr/source/ diff --git a/mail/imapfilter/distinfo b/mail/imapfilter/distinfo index c6f29aa19df..145e266107e 100644 --- a/mail/imapfilter/distinfo +++ b/mail/imapfilter/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2004/05/23 20:52:09 seb Exp $ +$NetBSD: distinfo,v 1.10 2004/08/25 17:13:42 seb Exp $ -SHA1 (imapfilter-1.0.tar.gz) = dd67e40215bee2cfdfa75c89a16170e145982c8a -Size (imapfilter-1.0.tar.gz) = 30979 bytes +SHA1 (imapfilter-1.0.1.tar.gz) = 23e8eb11d574e9438c7c8260ad90005d9ebfd499 +Size (imapfilter-1.0.1.tar.gz) = 33139 bytes SHA1 (patch-aa) = b592fe42ede943dafda19b9ef2282b0804419e5b |