aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2006-05-21 16:28:49 +0000
committerMatthias Andree <matthias.andree@gmx.de>2006-05-21 16:28:49 +0000
commitb00578f61418cf63318e1a6c85fdde917ee9ef48 (patch)
tree0f03f08aafe3e666d16fbaf5b8110cd7b55621b2 /NEWS
parent0e4a872da76e99c8b317b8610c204548882bcaab (diff)
downloadfetchmail-b00578f61418cf63318e1a6c85fdde917ee9ef48.tar.gz
fetchmail-b00578f61418cf63318e1a6c85fdde917ee9ef48.tar.bz2
fetchmail-b00578f61418cf63318e1a6c85fdde917ee9ef48.zip
* IMAP4 patch by Sunil Shetye:
- do not depend on server updating RECENT counts at all - also enter IDLE loop when messages are present on the server. svn path=/branches/BRANCH_6-3/; revision=4847
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 603c34a0..b036215b 100644
--- a/NEWS
+++ b/NEWS
@@ -76,6 +76,9 @@ fetchmail 6.3.5 (not yet released):
Found by Dan Fandrich.
* Make IMAP4 IDLE work on servers that do not update RECENT counts.
Reported by Lars Tewes.
+* IMAP4 patch by Sunil Shetye:
+ - do not depend on server updating RECENT counts at all
+ - also enter IDLE loop when messages are present on the server.
* Fix --flush description in the manual page, fetchmail does not mark messages
seen unless it has successfully delivered them. Suggested by Frederic Marchal.