From e83eb833d4c427f66038ac36d59b87435d157f57 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 11 Feb 2001 19:33:35 +0000 Subject: We can specify the authentication command now. svn path=/trunk/; revision=3062 --- imap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'imap.c') diff --git a/imap.c b/imap.c index 41e07a76..cf6a5ea5 100644 --- a/imap.c +++ b/imap.c @@ -849,7 +849,7 @@ int imap_getauth(int sock, struct query *ctl, char *greeting) report (stdout, _("CRAM-MD5 authentication is supported\n")); if (ctl->server.protocol != P_IMAP_LOGIN) { - if ((ok = do_cram_md5 (sock, ctl))) + if ((ok = do_cram_md5 (sock, "AUTHENTICATE", ctl))) /* SASL cancellation of authentication */ gen_send(sock, "*"); -- cgit v1.2.3