[gnome-online-accounts] google: Set {Imap,Smtp}Supported to TRUE



commit cc66c8bdb81882106bb43f1c7524c013db0381b9
Author: David Zeuthen <davidz redhat com>
Date:   Wed Jun 1 10:00:11 2011 -0400

    google: Set {Imap,Smtp}Supported to TRUE
    
    Signed-off-by: David Zeuthen <davidz redhat com>

 src/goabackend/goagoogleprovider.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/goabackend/goagoogleprovider.c b/src/goabackend/goagoogleprovider.c
index 6edf355..fb0d51c 100644
--- a/src/goabackend/goagoogleprovider.c
+++ b/src/goabackend/goagoogleprovider.c
@@ -284,9 +284,11 @@ build_object (GoaProvider         *provider,
           mail = goa_mail_skeleton_new ();
           g_object_set (G_OBJECT (mail),
                         "email-address",   goa_account_get_identity (account),
+                        "imap-supported",  TRUE,
                         "imap-host",       "imap.gmail.com",
                         "imap-user-name",  "",
                         "imap-use-tls",    TRUE,
+                        "smtp-supported",  TRUE,
                         "smtp-host",       "smtp.gmail.com",
                         "smtp-user-name",  "",
                         "smtp-use-tls",    TRUE,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]