aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--imap.c3
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e7dd076a..ee711b8b 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@
(The `lines' figures total .c, .h, .l, and .y files under version control.)
* Updated Danish translation from Byrial Jensen.
+* Fixed bug in NTLM support
fetchmail-5.6.8 (Thu Feb 22 02:57:31 EST 2001), 20110 lines:
diff --git a/imap.c b/imap.c
index bf1552b9..08ca65c5 100644
--- a/imap.c
+++ b/imap.c
@@ -193,8 +193,7 @@ static int do_imap_ntlm(int sock, struct query *ctl)
if (outlevel >= O_MONITOR)
report(stdout, "IMAP> %s\n", msgbuf);
-
-
+ strcat(msgbuf,"\r\n");
SockWrite (sock, msgbuf, strlen (msgbuf));
if ((result = gen_recv (sock, msgbuf, sizeof msgbuf)))