Changeset 2656
- Timestamp:
- 09/01/07 13:41:06
- Files:
-
- trunk/ChangeLog (modified) (1 diff)
- trunk/libtinymail-camel/tny-camel-account.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ChangeLog
r2655 r2656 1 2007-08-29 Armin Burgmeier <armin@openismus.com> 2 3 * libtinymail-camel/tny-camel-account.c 4 (tny_camel_account_get_supported_secure_authentication_async_thread): 5 Call the prepare_func vfunc before asking camel to ask the server for 6 auth types so priv->service is set. 7 1 8 2007-08-31 Dirk-Jan C. Binnema <dirk-jan.binnema@nokia.com> 2 9 trunk/libtinymail-camel/tny-camel-account.c
r2620 r2656 1780 1780 "Get secure authentication methods"); 1781 1781 1782 /* Prepare, so service is set for query_auth_types */ 1783 TNY_CAMEL_ACCOUNT_GET_CLASS(self)->prepare_func(self, FALSE, TRUE); 1784 1782 1785 authtypes = camel_service_query_auth_types (priv->service, &ex); 1783 1786 /* Result reference */
