From 583f4e21e6adefb03649e36c69512e2ea5783d27 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 28 Aug 1999 08:49:53 +0000 Subject: Todd Sabin's patch to allow spaces in remotenames. svn path=/trunk/; revision=2550 --- imap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'imap.c') 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], -- cgit v1.2.3