From 0a12cd8b6ba0acaf48fb9d452136238e81948057 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 27 Mar 2001 05:30:41 +0000 Subject: add an argument to say whether or not you want "PLAIN" in the list (so you * camel-sasl.c (camel_sasl_authtype_list): add an argument to say whether or not you want "PLAIN" in the list (so you don't end up with "Password" twice in the config dialog). * providers/imap/camel-imap-provider.c (camel_provider_module_init): * providers/imap/camel-imap-store.c (query_auth_types): We don't want PLAIN. * providers/smtp/camel-smtp-provider.c (camel_provider_module_init): * providers/smtp/camel-smtp-transport.c (query_auth_types): But we do. svn path=/trunk/; revision=8972 --- camel/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 07580c4848..703e052fd7 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,17 @@ +2001-03-27 Dan Winship + + * camel-sasl.c (camel_sasl_authtype_list): add an argument to say + whether or not you want "PLAIN" in the list (so you don't end up + with "Password" twice in the config dialog). + + * providers/imap/camel-imap-provider.c (camel_provider_module_init): + * providers/imap/camel-imap-store.c (query_auth_types): We don't + want PLAIN. + + * providers/smtp/camel-smtp-provider.c (camel_provider_module_init): + * providers/smtp/camel-smtp-transport.c (query_auth_types): But we + do. + 2001-03-27 Dan Winship * camel-provider.h: Add an "extra_conf" field to CamelProvider -- cgit v1.2.3