aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2006-03-03 17:41:22 +0000
committerMatthias Andree <matthias.andree@gmx.de>2006-03-03 17:41:22 +0000
commit076c456068ee3474754a9a878f8d4ba7382c2193 (patch)
tree845a5a38d89eb25f27266077786cd28ac7bd20af
parent779ef8dea7a68becaa52b6c65fd38a132c903eb3 (diff)
downloadfetchmail-076c456068ee3474754a9a878f8d4ba7382c2193.tar.gz
fetchmail-076c456068ee3474754a9a878f8d4ba7382c2193.tar.bz2
fetchmail-076c456068ee3474754a9a878f8d4ba7382c2193.zip
Rearrange 6.3.3 changes.
svn path=/branches/BRANCH_6-3/; revision=4708
-rw-r--r--NEWS10
1 files changed, 6 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 3d92f325..7b05b67a 100644
--- a/NEWS
+++ b/NEWS
@@ -32,10 +32,6 @@ fetchmail 6.3.3 (not yet released):
Fixes BerliOS bug #6234. BerliOS patch #804 by Craig Leres.
The patch, as accepted into fetchmail, was available separately from
<http://download.berlios.de/fetchmail/patch-6.3.2.1-fix-netrc-SIGSEGV.diff>
-* "ssl" is a user option rather than a server option. Patch by Nico Golde.
- Fixes Debian Bug#354661, reported by Keith Hellman.
-* The manual page now suggests -- before the addresses in the sendmail MDA
- example.
* Handle other clients concurrently accessing IMAP mailboxes better.
Fetchmail quits the poll if the EXPUNGE count does not match expectations, and
servers not updating RECENT counts after EXPUNGE are handled in a better way.
@@ -43,9 +39,15 @@ fetchmail 6.3.3 (not yet released):
* fetchmail no longer replaces the local user ID for an empty envelope sender
when using the proprietary SDPS extension for POP3. Fixes Debian Bug#353575,
reported by Roger Lynn.
+
+# CHANGES:
* --idle can now be specified on the command line, too.
# DOCUMENTATION:
+* "ssl" is a user option rather than a server option. Patch by Nico Golde.
+ Fixes Debian Bug#354661, reported by Keith Hellman.
+* The manual page now suggests "--" before the addresses in the sendmail MDA
+ example, for safety.
* The FAQ item X9, Domino IMAP omits Content-Transfer-Encoding header, was
added. Information provided by Anthony Kim on the fetchmail-friends list
in March 2006.