diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-05-21 16:28:49 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-05-21 16:28:49 +0000 |
commit | b00578f61418cf63318e1a6c85fdde917ee9ef48 (patch) | |
tree | 0f03f08aafe3e666d16fbaf5b8110cd7b55621b2 /NEWS | |
parent | 0e4a872da76e99c8b317b8610c204548882bcaab (diff) | |
download | fetchmail-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-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |