From 87b424897ae55a1a316a12fb8bf11bcc49b82d55 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 18 Oct 2004 18:44:28 +0000 Subject: Change the service string for the sasl mechanism to"imap" rather than 2004-10-18 Jeffrey Stedfast * providers/imap4/camel-imap4-store.c (imap4_try_authenticate): Change the service string for the sasl mechanism to"imap" rather than "imap4". svn path=/trunk/; revision=27609 --- camel/providers/imap4/camel-imap4-store.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/providers') diff --git a/camel/providers/imap4/camel-imap4-store.c b/camel/providers/imap4/camel-imap4-store.c index a4ca4c4e9e..d01efcd388 100644 --- a/camel/providers/imap4/camel-imap4-store.c +++ b/camel/providers/imap4/camel-imap4-store.c @@ -405,7 +405,7 @@ imap4_try_authenticate (CamelIMAP4Engine *engine, gboolean reprompt, const char CamelServiceAuthType *mech; mech = g_hash_table_lookup (engine->authtypes, service->url->authmech); - sasl = camel_sasl_new ("imap4", mech->authproto, service); + sasl = camel_sasl_new ("imap", mech->authproto, service); ic = camel_imap4_engine_prequeue (engine, NULL, "AUTHENTICATE %s\r\n", service->url->authmech); ic->plus = sasl_auth; -- cgit v1.2.3