diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-08-28 08:49:53 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-08-28 08:49:53 +0000 |
commit | 583f4e21e6adefb03649e36c69512e2ea5783d27 (patch) | |
tree | 69db5a81c43180116e16b041ec7922725acd8de2 /imap.c | |
parent | 9ef5bbefc9478fb6ad31a3c9d0a4e93397ff7e54 (diff) | |
download | fetchmail-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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], |