From 2d69b9b093b7aaf9b2d2b97317fc54d0bd6813b7 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 11 Feb 2001 19:18:41 +0000 Subject: CRAM-MD5 IMAP works. svn path=/trunk/; revision=3061 --- cram.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cram.c') diff --git a/cram.c b/cram.c index 765be353..df7c3d1f 100644 --- a/cram.c +++ b/cram.c @@ -124,7 +124,9 @@ int do_cram_md5 (int sock, struct query *ctl) /* ship the authentication back, accept the server's responses */ /* PMDF5.2 IMAP has a bug that requires this to be a single write */ + suppress_tags = TRUE; result = gen_transact(sock, buf1, sizeof(buf1)); + suppress_tags = FALSE; if (result) return(result); else -- cgit v1.2.3