aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-08-28 08:49:53 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-08-28 08:49:53 +0000
commit583f4e21e6adefb03649e36c69512e2ea5783d27 (patch)
tree69db5a81c43180116e16b041ec7922725acd8de2 /imap.c
parent9ef5bbefc9478fb6ad31a3c9d0a4e93397ff7e54 (diff)
downloadfetchmail-583f4e21e6adefb03649e36c69512e2ea5783d27.tar.gz
fetchmail-583f4e21e6adefb03649e36c69512e2ea5783d27.tar.bz2
fetchmail-583f4e21e6adefb03649e36c69512e2ea5783d27.zip
Todd Sabin's patch to allow spaces in remotenames.
svn path=/trunk/; revision=2550
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 2fbb9517..0b39e1c2 100644
--- a/imap.c
+++ b/imap.c
@@ -719,7 +719,7 @@ static int do_cram_md5 (int sock, struct query *ctl)
#else
sprintf(reply,
#endif
- "%s %02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x",
+ "\"%s\" %02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x",
ctl->remotename,
response[0], response[1], response[2], response[3],
response[4], response[5], response[6], response[7],