diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | imap.c | 3 |
2 files changed, 2 insertions, 2 deletions
@@ -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: @@ -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))) |