X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-account-mgr.h;h=6e6bff4b87c25e63a46c0aeb689b234e055bc74f;hb=136e8ca91dea441e09dce25175db851c51637cb3;hp=a7385ac139d57231bd3cb6b5b60fed0ab37fdd85;hpb=c0d1c43e9e48abc7d867cabcd57ccc9a6917a41b;p=modest diff --git a/src/modest-account-mgr.h b/src/modest-account-mgr.h index a7385ac..6e6bff4 100644 --- a/src/modest-account-mgr.h +++ b/src/modest-account-mgr.h @@ -110,6 +110,8 @@ gboolean modest_account_mgr_add_account (ModestAccountMgr *self, * @username: the username * @password: the password * @proto: the protocol (imap, smtp, ...) used for this account + * @security: the security options, (SSL, TLS ...) used to access the server + * @auth: the authentication method (password, none ...) used to access the server * * add a server account to the configuration. * the server account with @name should not already exist @@ -121,7 +123,9 @@ gboolean modest_account_mgr_add_server_account (ModestAccountMgr *self, const gchar *hostname, const gchar *username, const gchar *password, - ModestProtocol proto); + ModestProtocol proto, + ModestProtocol security, + ModestProtocol auth); /**