diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-04-07 10:07:06 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-04-07 10:07:06 +0000 |
commit | 32cf48a357ed372b9135aff60ea794b3db61bae6 (patch) | |
tree | 472bed7187335dc566f224b74ff8d9a157fb2025 /NEWS | |
parent | 27fda363d5f0398360b6aaf9bbbf4dbb6bf7d6ec (diff) | |
download | fetchmail-32cf48a357ed372b9135aff60ea794b3db61bae6.tar.gz fetchmail-32cf48a357ed372b9135aff60ea794b3db61bae6.tar.bz2 fetchmail-32cf48a357ed372b9135aff60ea794b3db61bae6.zip |
speed improvement by usingh SEARCH UNSEEN.
svn path=/trunk/; revision=2863
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 <alq666@hotmail.com>). +* 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: |