aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-05-12 06:46:05 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-05-12 06:46:05 +0000
commitf08d646e1057978fbb2c5867c807b220cc614f65 (patch)
tree976729f1146715a04ee4ea8a91d752f1506cd0f6 /NEWS
parentfd2e0dfee8a1262d1bc45bea76bbd7990d244c15 (diff)
downloadfetchmail-f08d646e1057978fbb2c5867c807b220cc614f65.tar.gz
fetchmail-f08d646e1057978fbb2c5867c807b220cc614f65.tar.bz2
fetchmail-f08d646e1057978fbb2c5867c807b220cc614f65.zip
Fix IMAP password shrouding.
svn path=/trunk/; revision=3306
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bcea2097..1559a766 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,8 @@
* The `localhost' special case of `via' is gone. Use `plugin %h' for talking
to ssh instead.
+* Prevent POP3 code from authenticating multiple times on success.
+* Fixed IMAP password shrouding.
* GCC warning cleanups from ahaas@neosoft.com.
* Plug another hole that was letting zombies through.
* SA_RESDTART portability fix for SunOS.