aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
diff options
context:
space:
mode:
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)))