summaryrefslogtreecommitdiff
path: root/mail/imap-uw/patches/patch-am
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-05-13 18:14:34 +0000
committeradam <adam@pkgsrc.org>2004-05-13 18:14:34 +0000
commit221af5bbd86b07ffa36b72a0aa3f29984143683b (patch)
tree843643423738d6d3bcaa9d779f0a23cd6be7274d /mail/imap-uw/patches/patch-am
parent55a9a16b31e06f493184d74ef2e9ab9c764974a1 (diff)
downloadpkgsrc-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/patches/patch-am')
-rw-r--r--mail/imap-uw/patches/patch-am8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/imap-uw/patches/patch-am b/mail/imap-uw/patches/patch-am
index 5e2f45e168a..f3400b065e8 100644
--- a/mail/imap-uw/patches/patch-am
+++ b/mail/imap-uw/patches/patch-am
@@ -1,8 +1,8 @@
-$NetBSD: patch-am,v 1.1 2003/09/13 18:31:34 kim Exp $
+$NetBSD: patch-am,v 1.2 2004/05/13 18:14:34 adam Exp $
---- src/osdep/unix/env_unix.c.orig Wed Apr 16 20:14:42 2003
-+++ src/osdep/unix/env_unix.c Sat Sep 13 14:07:00 2003
-@@ -804,7 +804,7 @@
+--- src/osdep/unix/env_unix.c.orig 2004-04-27 19:53:16.000000000 +0000
++++ src/osdep/unix/env_unix.c
+@@ -818,7 +818,7 @@ char *sysinbox ()
{
char tmp[MAILTMPLEN];
if (!sysInbox) { /* initialize if first time */