diff options
author | Sarfraaz Ahmed <asarfraaz@novell.com> | 2005-08-22 21:18:42 +0800 |
---|---|---|
committer | Ahmed Sarfraaz <sarfraaz@src.gnome.org> | 2005-08-22 21:18:42 +0800 |
commit | ff350e0cc76767df61dd7d60143abf260f822dfb (patch) | |
tree | ac4c1e93d353a6031525590ce8a4703dd3fc5f12 /plugins/exchange-operations/ChangeLog | |
parent | 78d8426bc15dda59c8ff1194c09655757bee5aef (diff) | |
download | gsoc2013-evolution-ff350e0cc76767df61dd7d60143abf260f822dfb.tar.gz gsoc2013-evolution-ff350e0cc76767df61dd7d60143abf260f822dfb.tar.zst gsoc2013-evolution-ff350e0cc76767df61dd7d60143abf260f822dfb.zip |
Use exchange_operations_get_exchange_account. Fetch the password and
2005-08-22 Sarfraaz Ahmed <asarfraaz@novell.com>
* exchange-account-setup.c (btn_fsize_clicked)
(set_oof_info) : Use exchange_operations_get_exchange_account.
* exchange-config-listener.c (exchange_config_listener_authenticate) :
Fetch the password and connect. Added new
* exchange-config-listener.h : Similar.
* exchange-operations.c (exchange_operations_get_exchange_account) :
Try authenticating if account is not found.
svn path=/trunk/; revision=30199
Diffstat (limited to 'plugins/exchange-operations/ChangeLog')
-rw-r--r-- | plugins/exchange-operations/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index 126638570f..b43e6407e7 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,13 @@ +2005-08-22 Sarfraaz Ahmed <asarfraaz@novell.com> + + * exchange-account-setup.c (btn_fsize_clicked) + (set_oof_info) : Use exchange_operations_get_exchange_account. + * exchange-config-listener.c (exchange_config_listener_authenticate) : + Fetch the password and connect. Added new + * exchange-config-listener.h : Similar. + * exchange-operations.c (exchange_operations_get_exchange_account) : + Try authenticating if account is not found. + 2005-09-12 Praveen Kumar <kpraveen@novell.com> * exchange-config-listener.c |