From 32cf48a357ed372b9135aff60ea794b3db61bae6 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 7 Apr 2000 10:07:06 +0000 Subject: speed improvement by usingh SEARCH UNSEEN. svn path=/trunk/; revision=2863 --- NEWS | 6 ++ fetchmail-FAQ.html | 7 +- fetchmail-features.html | 12 ++- imap.c | 225 +++++++++++++++--------------------------------- 4 files changed, 90 insertions(+), 160 deletions(-) diff --git a/NEWS b/NEWS index b6809491..c5c78d30 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,12 @@ * Autoprobe now recognizes Domino IMAP servers and warns the user. * Add a needed pclose(3) call in interface.c (thank Matthias Andree). +* In IMAP, use SEARCH UNSEEN instead of flag queries to count and identify + unseen messages (thanks to Alexis Lê-Quôc ). +* Added contrib/domino, a workaround for the Domino attachment problem. +* Added contrib/toprocmail, which demonstrates how a plugin can + displaty selected mail headers. +* French internationalization update from Guy Brand. fetchmail-5.3.5 (Wed Mar 29 18:17:19 EST 2000), 18840 lines: diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index aa31b6c3..c0d7f6f0 100644 --- a/fetchmail-FAQ.html +++ b/fetchmail-FAQ.html @@ -10,7 +10,7 @@
Back to Fetchmail Home Page To Site Map -$Date: 2000/03/30 00:40:56 $ +$Date: 2000/04/07 10:07:05 $

Frequently Asked Questions About Fetchmail

@@ -2531,7 +2531,8 @@ fetchmail uses FETCH RFC822.HEADER and FETCH RFC822.TEXT to get first the header and then the body, Domino generates different Boundary tags for each part, .e.g. one tag is declared in the Content-type header and another is used to separate the MIME parts in the body. This doesn't -work.

+work. (I have heard a rumor that this bug is scheduled to be fixed +in Domino release 6; you can find a workaround at contrib/domino.)

Another rich source of attachment problems is Microsoft Exchange and Microsoft Outlook. If you see unreadable attachments with a @@ -2782,7 +2783,7 @@ terminate it.

Back to Fetchmail Home Page To Site Map -$Date: 2000/03/30 00:40:56 $ +$Date: 2000/04/07 10:07:05 $

Eric S. Raymond <esr@snark.thyrsus.com>
diff --git a/fetchmail-features.html b/fetchmail-features.html index 4643ee50..f9082515 100644 --- a/fetchmail-features.html +++ b/fetchmail-features.html @@ -10,7 +10,7 @@
Back to Fetchmail Home Page To Site Map -$Date: 2000/03/13 21:03:10 $ +$Date: 2000/04/07 10:07:05 $

@@ -18,10 +18,18 @@

Since 5.0: