diff options
Diffstat (limited to 'imap.c')
-rw-r--r-- | imap.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ char *buf; { /* try to get authorized */ return(gen_transact(socket, - "LOGIN %s %s", + "LOGIN %s \"%s\"", queryctl->remotename, queryctl->password)); } |