diff options
author | adam <adam@pkgsrc.org> | 2004-05-13 18:14:34 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-05-13 18:14:34 +0000 |
commit | 221af5bbd86b07ffa36b72a0aa3f29984143683b (patch) | |
tree | 843643423738d6d3bcaa9d779f0a23cd6be7274d /mail/imap-uw/distinfo | |
parent | 55a9a16b31e06f493184d74ef2e9ab9c764974a1 (diff) | |
download | pkgsrc-221af5bbd86b07ffa36b72a0aa3f29984143683b.tar.gz |
Changes 2004:
* mailutil has three new commands: delete, rename, and prune
* IPv6 support now exists for UNIX and W2K
* The NNTP driver now supports NNTP SASL and TLS
* imapd now supports the LITERAL+ and SASL-IR initial-response extensions
* The IMAP driver has some additional checks to reduce the amount of network
traffic, including executing "silly searches" (searches of sequence numbers
only) locally
* The IMAP, POP, SMTP, and NNTP drivers now have diagnostic code to provide
better information about servers which violate SASL's empty challenge
requirements (e.g. with the PLAIN mechanism).
* There is a new mail_fetch_overview_sequence() function which is like
mail_fetch_overview() but takes a sequence number string as an argument.
There should have been a flags argument and FT_UID bit as in all the other
mail_fetch_???() functions but compatibility with the past... :-(
* The overview_t callback (from mail_fetch_overview()) now has a fourth
argument which contains the message sequence number (as opposed to the UID
which is in the second argument). It turned out that some applications were
calling mail_msgno() (which can be moderately expensive) to get the sequence
number, and c-client already knew it.
* Many declarations which are completely internal to a driver have been removed
from the driver .h file, and in those cases where there are no external
declarations left the .h file has been eliminated entirely. As part of this,
the mbox driver routines are now incorporated with the unix driver routines
as opposed to being a separate file. The mbox driver still needs to be lunk
in order to get the mbox functionality.
Diffstat (limited to 'mail/imap-uw/distinfo')
-rw-r--r-- | mail/imap-uw/distinfo | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/mail/imap-uw/distinfo b/mail/imap-uw/distinfo index c47896b2f8d..96eb07c4bd7 100644 --- a/mail/imap-uw/distinfo +++ b/mail/imap-uw/distinfo @@ -1,15 +1,15 @@ -$NetBSD: distinfo,v 1.15 2003/09/13 18:31:33 kim Exp $ +$NetBSD: distinfo,v 1.16 2004/05/13 18:14:34 adam Exp $ -SHA1 (imap-2002e.tar.Z) = d52749df111c31094a3a5003bb93752ea8fbeea0 -Size (imap-2002e.tar.Z) = 2157511 bytes -SHA1 (patch-aa) = 84239c107b531b69e0f88eddfc7b58416d89c9c7 -SHA1 (patch-ab) = a18844f58641d9eee0f30c9333377cbe31adaea9 +SHA1 (imap-2004.tar.Z) = f8bacc27f784b4b84b3742056b8917394f156ffa +Size (imap-2004.tar.Z) = 2220333 bytes +SHA1 (patch-aa) = 2109d076b1f50ca461b2b2a00ee927207a64f766 +SHA1 (patch-ab) = 0dcd00a94a05bbf6730c3ea8be4200a6ad5b617f SHA1 (patch-ac) = 8b4ea8c15929c65eda1b3444c68fdbf70fa68b6a SHA1 (patch-ad) = 3404de4e4acb456e3c7b34ca80b31b80b465b3e1 SHA1 (patch-ae) = 702473377ca66266bdb6d5d13045d279a38ea7de SHA1 (patch-af) = 07e6b95a8aea0ea0ee6ccc20c1906ddf16ef6d61 -SHA1 (patch-ai) = aaa778f60684c797cc53a109b8430fa05ec7f424 +SHA1 (patch-ai) = c495ed39fbc01e1d8b05f6acd3d11394978f9b43 SHA1 (patch-aj) = 0a728d3b5271c048275a4d41002877e86ac275b2 SHA1 (patch-ak) = a0a1a21ec22a92d086e665b263b51532207d0e3c -SHA1 (patch-al) = c8593cfbb5822efa05fb1343bbf1e8bb4d7c035f -SHA1 (patch-am) = 4537d1971ec4675889da9ef6d8c37af14ae7da75 +SHA1 (patch-al) = b746d36cb324114468d07d1aba7d22c5bd5b23b2 +SHA1 (patch-am) = e236acda47dc6ae0066a6bc2319b6c0f5804eb76 |