aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap.c')
-rw-r--r--imap.c2
1 files changed, 1 insertions, 1 deletions
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));
}