[evolution-data-server/gnome-3-10] Bug 708627 - Use PLAIN instead of LOGIN for GOA SMTP accounts



commit 6ccfc7ef658779a61f82b819d81fd43f667a5cca
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sat Oct 5 10:38:07 2013 -0400

    Bug 708627 - Use PLAIN instead of LOGIN for GOA SMTP accounts
    
    (cherry picked from commit 44160d305887efb133bfd77d3d87102c4a1bf7e1)

 .../module-gnome-online-accounts.c                 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modules/gnome-online-accounts/module-gnome-online-accounts.c 
b/modules/gnome-online-accounts/module-gnome-online-accounts.c
index c963b41..3058d2e 100644
--- a/modules/gnome-online-accounts/module-gnome-online-accounts.c
+++ b/modules/gnome-online-accounts/module-gnome-online-accounts.c
@@ -36,7 +36,7 @@
 #define CAMEL_IMAP_PROVIDER_NAME    "imapx"
 #define CAMEL_SMTP_PROVIDER_NAME    "smtp"
 
-#define CAMEL_SMTP_MECHANISM_NAME   "LOGIN"
+#define CAMEL_SMTP_MECHANISM_NAME   "PLAIN"
 #define CAMEL_OAUTH_MECHANISM_NAME  "XOAUTH"
 #define CAMEL_OAUTH2_MECHANISM_NAME "XOAUTH2"
 


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