aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-02-27 17:23:28 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-02-27 17:23:28 +0000
commit59ba66d551d23c4efd4360a7c1f7a53ee2793a4e (patch)
treeb1bd91179720505b3f09f9582d2cc83cbca00727 /imap.c
parent32e07fdf8b52ce62ec9b898b12a0a79a4fb0c9d4 (diff)
downloadfetchmail-59ba66d551d23c4efd4360a7c1f7a53ee2793a4e.tar.gz
fetchmail-59ba66d551d23c4efd4360a7c1f7a53ee2793a4e.tar.bz2
fetchmail-59ba66d551d23c4efd4360a7c1f7a53ee2793a4e.zip
Fixed NTLM to work again.
svn path=/trunk/; revision=3159
Diffstat (limited to 'imap.c')
-rw-r--r--imap.c3
1 files changed, 1 insertions, 2 deletions
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)))