aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2006-01-06 13:15:46 +0000
committerMatthias Andree <matthias.andree@gmx.de>2006-01-06 13:15:46 +0000
commit2ce40ef7d40cf2092df3c17b5cd286417e5f6e67 (patch)
treed0e7c0498b7d78ccb2f06fe46d7cea10d1f182e6 /NEWS
parentcd14f33ceb42ef6a90abe094dd2e36cc4e37fa98 (diff)
downloadfetchmail-2ce40ef7d40cf2092df3c17b5cd286417e5f6e67.tar.gz
fetchmail-2ce40ef7d40cf2092df3c17b5cd286417e5f6e67.tar.bz2
fetchmail-2ce40ef7d40cf2092df3c17b5cd286417e5f6e67.zip
Add workaround for b0rked POP3 TOP command in Maillennium servers (comcast.net).
svn path=/branches/BRANCH_6-3/; revision=4606
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 43dac4f6..a33b84ff 100644
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,14 @@ change. MA = Matthias Andree, ESR = Eric S. Raymond, RF = Rob Funk.)
fetchmail 6.3.2 (to be released):
# INCOMPATIBLE CHANGE:
+* Automatically disable the POP3 TOP command if the greeting string contains
+ "Maillennium POP3/PROXY server", which is used by comcast and known to
+ truncate messages after 80 kByte. Fall back to RETR, and complain if we had
+ used TOP otherwise. Suggested by Ed Wilts.
+ *Note* that this means messages are marked read on these servers, which is a
+ deviation from how 6.3.1 behaved, but we have no alternative, comcast haven't
+ fixed this bug in years. Preventing the loss of the remainder of the message
+ justifies this incompatible fix. Matthias Andree
* fetchmail, since 6.3.0, requires write permission to the directory holding the
idfile. See the amendment in the 6.3.0 MAJOR INCOMPATIBLE CHANGES section
below for details. The manual page was updated. Matthias Andree