X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-tny-account.h;h=915fe3f9d2e0b78c6e12db91614ca3f27e366c1f;hb=9ef97fb0e52562d0107535f6c061247ce8f693ac;hp=fdc73403cf50acc2983bf2b8908bb9307de7266a;hpb=362784ce756b3f0e31cd451d9ac5e69b909d4053;p=modest diff --git a/src/modest-tny-account.h b/src/modest-tny-account.h index fdc7340..915fe3f 100644 --- a/src/modest-tny-account.h +++ b/src/modest-tny-account.h @@ -42,6 +42,10 @@ G_BEGIN_DECLS + + + + /** * modest_tny_account_new_from_account: * @account_mgr: a valid account mgr instance @@ -52,7 +56,6 @@ G_BEGIN_DECLS * @forget_pass_func: the forget-password function * * get a tnyaccount corresponding to the server_accounts (store or transport) for this account. - * NOTE: this function does not set the camel session or the get/forget password functions * * Returns: a new TnyAccount or NULL in case of error. */ @@ -65,6 +68,18 @@ modest_tny_account_new_from_account (ModestAccountMgr *account_mgr, const gchar /** + * modest_tny_account_update_from_account: + * @tny_account: a valid tny_account + * + * update a tnyaccount corresponding to the server_accounts (store or transport) for this account. + * + * Returns: a TRUE or FALSE in case of error. + */ +gboolean +modest_tny_account_update_from_account (TnyAccount *tny_account); + + +/** * modest_tny_account_new_for_local_folders: * @account_mgr: a valid account mgr instance * @session: a tny camel session @@ -102,8 +117,27 @@ TnyAccount* modest_tny_account_new_for_per_account_local_outbox_folder ( */ TnyAccount* modest_tny_account_new_from_server_account_name (ModestAccountMgr *account_mgr, - TnySessionCamel *session, const gchar* server_account_name); - + TnySessionCamel *session, + const gchar* server_account_name, + TnyGetPassFunc get_pass_func, + TnyForgetPassFunc forget_pass_func); + +#if 0 +/** + * modest_tny_account_new_from_server_account_name: + * @tny_account: a valid tny account + * @account_mgr: a valid account mgr instance + * @server_account_name: the name of a server account in the configuration system. + * + * update the given tny account; note that you cannot change the protocol type + * + * Returns: a new TnyAccount or NULL in case of error. + */ +gboolean modest_tny_account_update_from_server_account_name (TnyAccount *tny_account, + ModestAccountMgr *account_mgr, + const gchar *server_account_name); +#endif + /** * modest_tny_account_get_special_folder: * @self: a TnyAccount