diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-19 16:31:33 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-19 16:31:33 +0000 |
commit | 5bd3f8287149511024b95c01fb4212e60ec6fe13 (patch) | |
tree | 8ec93923109e7115160a3ad820f5843fc958e0e1 /NEWS | |
parent | 73562230401b2cd48301805f03aee052927fadd2 (diff) | |
download | fetchmail-5bd3f8287149511024b95c01fb4212e60ec6fe13.tar.gz fetchmail-5bd3f8287149511024b95c01fb4212e60ec6fe13.tar.bz2 fetchmail-5bd3f8287149511024b95c01fb4212e60ec6fe13.zip |
Major improvements in --check processing. New-message count is now visible.
svn path=/trunk/; revision=353
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -4,6 +4,9 @@ fetchmail-1.9 (): features -- +* The first message from a query now includes the number of new messages + when this can be determined (that is not under POP2). + * POP3 UID support really works now. I make rude noises at the POP3 mavens who forced us to this with RFC1725, but thank Al Longyear <longyear@sii.com> for fixing and verifying my slightly buggy implementation. @@ -44,6 +47,9 @@ bugs -- * Find "nnn octets" anywhere on a POP3 server's RETR response line. +* Fixed various bugs in --check. It now reports PS_SUCCESS only if + there is new mail waiting. + fetchmail-1.8 (Fri Oct 11 15:08:10 EDT 1996): features -- |