Subject: CVS commit: pkgsrc/mail/imap-uw
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 05/13/2004 18:14:34
Module Name:	pkgsrc
Committed By:	adam
Date:		Thu May 13 18:14:34 UTC 2004

Modified Files:
	pkgsrc/mail/imap-uw: Makefile PLIST distinfo
	pkgsrc/mail/imap-uw/patches: patch-aa patch-ab patch-ai patch-al
	    patch-am

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.76 -r1.77 pkgsrc/mail/imap-uw/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/mail/imap-uw/PLIST
cvs rdiff -r1.15 -r1.16 pkgsrc/mail/imap-uw/distinfo
cvs rdiff -r1.13 -r1.14 pkgsrc/mail/imap-uw/patches/patch-aa
cvs rdiff -r1.12 -r1.13 pkgsrc/mail/imap-uw/patches/patch-ab
cvs rdiff -r1.3 -r1.4 pkgsrc/mail/imap-uw/patches/patch-ai
cvs rdiff -r1.4 -r1.5 pkgsrc/mail/imap-uw/patches/patch-al
cvs rdiff -r1.1 -r1.2 pkgsrc/mail/imap-uw/patches/patch-am

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.