From ff350e0cc76767df61dd7d60143abf260f822dfb Mon Sep 17 00:00:00 2001 From: Sarfraaz Ahmed Date: Mon, 22 Aug 2005 13:18:42 +0000 Subject: Use exchange_operations_get_exchange_account. Fetch the password and 2005-08-22 Sarfraaz Ahmed * 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 --- plugins/exchange-operations/exchange-config-listener.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/exchange-operations/exchange-config-listener.h') diff --git a/plugins/exchange-operations/exchange-config-listener.h b/plugins/exchange-operations/exchange-config-listener.h index 7f137c946b..b44ffadf94 100644 --- a/plugins/exchange-operations/exchange-config-listener.h +++ b/plugins/exchange-operations/exchange-config-listener.h @@ -5,6 +5,7 @@ #define __EXCHANGE_CONFIG_LISTENER_H__ #include +#include #include "exchange-types.h" #include "e-util/e-account-list.h" @@ -61,6 +62,8 @@ void exchange_config_listener_modify_esource_group_name (ExchangeConfigListener const char *old_name, const char *new_name); +ExchangeAccountResult exchange_config_listener_authenticate (ExchangeConfigListener *excl, + ExchangeAccount *account); #ifdef __cplusplus } -- cgit v1.2.3