diff options
author | Sarfraaz Ahmed <asarfraaz@novell.com> | 2005-06-10 21:23:48 +0800 |
---|---|---|
committer | Ahmed Sarfraaz <sarfraaz@src.gnome.org> | 2005-06-10 21:23:48 +0800 |
commit | 8a19aef396d6285ee34cfbb8a31372872d8236ae (patch) | |
tree | 65d07f377c8a9f8753a6e28212f6f4fb80ca20b8 /plugins/exchange-account-setup/ChangeLog | |
parent | 9af7cd15e5db545588b488093fc3b2cb7ffe7104 (diff) | |
download | gsoc2013-evolution-8a19aef396d6285ee34cfbb8a31372872d8236ae.tar gsoc2013-evolution-8a19aef396d6285ee34cfbb8a31372872d8236ae.tar.gz gsoc2013-evolution-8a19aef396d6285ee34cfbb8a31372872d8236ae.tar.bz2 gsoc2013-evolution-8a19aef396d6285ee34cfbb8a31372872d8236ae.tar.lz gsoc2013-evolution-8a19aef396d6285ee34cfbb8a31372872d8236ae.tar.xz gsoc2013-evolution-8a19aef396d6285ee34cfbb8a31372872d8236ae.tar.zst gsoc2013-evolution-8a19aef396d6285ee34cfbb8a31372872d8236ae.zip |
Added new to initialise the config listener. (update_state) : Now updates
2005-06-10 Sarfraaz Ahmed <asarfraaz@novell.com>
* exchange-account-setup.c (e_plugin_lib_enable)
(free_exchange_listener)(e_plugin_lib_enable) : Added new to
initialise the config listener.
(update_state) : Now updates the state directly from the server and not
from the file as earlier.
(owa_authenticate_user) : Authenticates and validates directly from
the server instead of using the camel APIs as earlier.
(set_oof_info) : Sets the state directly on the server
* Makefile.am : Use CAMEL_EXCHANGE CFLAGS and LIBS
svn path=/trunk/; revision=29486
Diffstat (limited to 'plugins/exchange-account-setup/ChangeLog')
-rw-r--r-- | plugins/exchange-account-setup/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/exchange-account-setup/ChangeLog b/plugins/exchange-account-setup/ChangeLog index 3dfd7ec4f5..9fe95d08ce 100644 --- a/plugins/exchange-account-setup/ChangeLog +++ b/plugins/exchange-account-setup/ChangeLog @@ -1,3 +1,15 @@ +2005-06-10 Sarfraaz Ahmed <asarfraaz@novell.com> + + * exchange-account-setup.c (e_plugin_lib_enable) + (free_exchange_listener)(e_plugin_lib_enable) : Added new to + initialise the config listener. + (update_state) : Now updates the state directly from the server and not + from the file as earlier. + (owa_authenticate_user) : Authenticates and validates directly from + the server instead of using the camel APIs as earlier. + (set_oof_info) : Sets the state directly on the server + * Makefile.am : Use CAMEL_EXCHANGE CFLAGS and LIBS + 2005-05-21 Sarfraaz Ahmed <asarfraaz@novell.com> Added a bunch of files to create exchange plugins for UI changes |