diff options
author | adam <adam> | 2004-05-13 18:14:34 +0000 |
---|---|---|
committer | adam <adam> | 2004-05-13 18:14:34 +0000 |
commit | 5809ac10ebb21ebdacfa7a7a5c44879c25d155d3 (patch) | |
tree | 843643423738d6d3bcaa9d779f0a23cd6be7274d /mail/imap-uw/PLIST | |
parent | 85fff68d1d7d69d04bf0fb127186406b9e3420ab (diff) | |
download | pkgsrc-5809ac10ebb21ebdacfa7a7a5c44879c25d155d3.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/PLIST')
-rw-r--r-- | mail/imap-uw/PLIST | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/imap-uw/PLIST b/mail/imap-uw/PLIST index 85821a382e6..77de8f13760 100644 --- a/mail/imap-uw/PLIST +++ b/mail/imap-uw/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2003/09/10 11:54:41 adam Exp $ +@comment $NetBSD: PLIST,v 1.7 2004/05/13 18:14:34 adam Exp $ include/c-client/c-client.h include/c-client/env.h include/c-client/env_unix.h @@ -16,7 +16,6 @@ include/c-client/newsrc.h include/c-client/nl.h include/c-client/nntp.h include/c-client/osdep.h -include/c-client/pop3.h include/c-client/rfc822.h include/c-client/smtp.h include/c-client/tcp.h @@ -45,6 +44,7 @@ share/doc/imap-uw/BUILD share/doc/imap-uw/CONFIG share/doc/imap-uw/FAQ.txt share/doc/imap-uw/FAQ.html +share/doc/imap-uw/IPv6.txt share/doc/imap-uw/RELNOTES share/doc/imap-uw/SSLBUILD share/doc/imap-uw/Y2K @@ -55,7 +55,6 @@ share/doc/imap-uw/draft/README share/doc/imap-uw/draft/compare.txt share/doc/imap-uw/draft/i18n.txt share/doc/imap-uw/draft/sort.txt -share/doc/imap-uw/draft/unselect.txt share/doc/imap-uw/drivers.txt share/doc/imap-uw/formats.txt share/doc/imap-uw/imaprc.txt @@ -90,6 +89,8 @@ share/doc/imap-uw/rfc/rfc3501.txt share/doc/imap-uw/rfc/rfc3502.txt share/doc/imap-uw/rfc/rfc3503.txt share/doc/imap-uw/rfc/rfc3516.txt +share/doc/imap-uw/rfc/rfc3656.txt +share/doc/imap-uw/rfc/rfc3691.txt @dirrm share/doc/imap-uw/rfc @dirrm share/doc/imap-uw/draft @dirrm share/doc/imap-uw |