From 800a5828e5bf36520d0d423612049a64c2e9f111 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 31 Dec 2012 10:22:54 -0500 Subject: Move CamelSaslXOAuth2 to libemail-engine. This now uses e_source_get_oauth2_access_token_sync() instead of talking directly to GNOME Online Accounts and therefore no longer has to live in the "online-accounts" module. The "online-accounts" module will be removed in Evolution 3.9.1, when we can require GNOME Online Accounts 3.8. Evolution 3.8 will still support older versions of GNOME Online Accounts, which use OAuth 1.0a tokens for Google authentication. --- modules/online-accounts/evolution-online-accounts.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/online-accounts/evolution-online-accounts.c') diff --git a/modules/online-accounts/evolution-online-accounts.c b/modules/online-accounts/evolution-online-accounts.c index 1093e6d818..9f80c93c7a 100644 --- a/modules/online-accounts/evolution-online-accounts.c +++ b/modules/online-accounts/evolution-online-accounts.c @@ -17,7 +17,6 @@ */ #include "camel-sasl-xoauth.h" -#include "camel-sasl-xoauth2.h" /* Module Entry Points */ void e_module_load (GTypeModule *type_module); @@ -27,7 +26,6 @@ G_MODULE_EXPORT void e_module_load (GTypeModule *type_module) { camel_sasl_xoauth_type_register (type_module); - camel_sasl_xoauth2_type_register (type_module); } G_MODULE_EXPORT void -- cgit