From 1b15b5049c4ada283e9d53d5a94458d13311384c Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 16 Mar 1998 17:25:28 +0000 Subject: Spaces in IMAP names. svn path=/trunk/; revision=1703 --- imap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'imap.c') diff --git a/imap.c b/imap.c index 4292916b..b1f27e1c 100644 --- a/imap.c +++ b/imap.c @@ -689,7 +689,7 @@ int imap_getauth(int sock, struct query *ctl, char *greeting) if (!newpass) return(PS_AUTHFAIL); /* should report error better!!!! */ - ok = gen_transact(sock, "LOGIN %s \"%s\"", ctl->remotename, newpass); + ok = gen_transact(sock, "LOGIN \"%s\" \"%s\"", ctl->remotename,newpass); free(newpass); -- cgit v1.2.3