From 6261cf94bcc2de6112edb791dcee411af984c576 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 10 Oct 1996 22:40:25 +0000 Subject: Ship IMAP passwords as quoted strings. svn path=/trunk/; revision=291 --- imap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'imap.c') diff --git a/imap.c b/imap.c index ac13f068..3592f15a 100644 --- a/imap.c +++ b/imap.c @@ -86,7 +86,7 @@ char *buf; { /* try to get authorized */ return(gen_transact(socket, - "LOGIN %s %s", + "LOGIN %s \"%s\"", queryctl->remotename, queryctl->password)); } -- cgit v1.2.3