diff options
author | Dan Winship <danw@src.gnome.org> | 2001-03-27 13:30:41 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-03-27 13:30:41 +0800 |
commit | 0a12cd8b6ba0acaf48fb9d452136238e81948057 (patch) | |
tree | 4890300e4bf6e421909ac750313e51c25cd1daed /camel/ChangeLog | |
parent | 6dd8aabeeee1945c4d96af5e045b75995db56517 (diff) | |
download | gsoc2013-evolution-0a12cd8b6ba0acaf48fb9d452136238e81948057.tar gsoc2013-evolution-0a12cd8b6ba0acaf48fb9d452136238e81948057.tar.gz gsoc2013-evolution-0a12cd8b6ba0acaf48fb9d452136238e81948057.tar.bz2 gsoc2013-evolution-0a12cd8b6ba0acaf48fb9d452136238e81948057.tar.lz gsoc2013-evolution-0a12cd8b6ba0acaf48fb9d452136238e81948057.tar.xz gsoc2013-evolution-0a12cd8b6ba0acaf48fb9d452136238e81948057.tar.zst gsoc2013-evolution-0a12cd8b6ba0acaf48fb9d452136238e81948057.zip |
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
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 07580c4848..703e052fd7 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,19 @@ 2001-03-27 Dan Winship <danw@ximian.com> + * 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 <danw@ximian.com> + * camel-provider.h: Add an "extra_conf" field to CamelProvider with structures and defines and stuff, for providers to specify additional configuration options that they want. Also add a |