diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-09-26 23:49:46 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-09-26 23:49:46 +0000 |
commit | a895e1764727b480be618352e3d34fc01675d491 (patch) | |
tree | b676ec96f239c42481e4ca2ae1fe9c3687f5596b | |
parent | fa1fff3392c6aacc59596bdd0f19f8a254be814f (diff) | |
download | fetchmail-a895e1764727b480be618352e3d34fc01675d491.tar.gz fetchmail-a895e1764727b480be618352e3d34fc01675d491.tar.bz2 fetchmail-a895e1764727b480be618352e3d34fc01675d491.zip |
Complain in POP3 if NTLM/MSN auth is requested but not built in.
svn path=/trunk/; revision=4343
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -223,6 +223,9 @@ fetchmail 6.3.0 (not yet released officially): * Got rid of alloca() in fetchmail proper. Matthias Andree * Got rid of ipv6-connect, inner_connect and thereabouts. Matthias Andree * Missed --port/--service/--ssl cleanups. Reminder from Thomas Wolff. (MA) +* Complain in POP3 if NTLM/MSN auth is requested but had not been enabled at + compile time. This configuration mismatch now causes an error message and + authentication failure. Found by Yves Boisjoly. Matthias Andree fetchmail-6.2.5 (Wed Oct 15 18:39:22 EDT 2003), 23079 lines: |