[evolution-data-server] [Google backend] Use imap/smtp.googlemail.com instead of .gmail.com
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] [Google backend] Use imap/smtp.googlemail.com instead of .gmail.com
- Date: Wed, 19 Aug 2015 13:03:42 +0000 (UTC)
commit ae1d94c4981479ec7aa3d73ed91937ac20dc0696
Author: Milan Crha <mcrha redhat com>
Date: Wed Aug 19 15:02:29 2015 +0200
[Google backend] Use imap/smtp.googlemail.com instead of .gmail.com
modules/google-backend/module-google-backend.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/modules/google-backend/module-google-backend.c b/modules/google-backend/module-google-backend.c
index 9819b93..54f23f4 100644
--- a/modules/google-backend/module-google-backend.c
+++ b/modules/google-backend/module-google-backend.c
@@ -42,13 +42,13 @@
/* IMAP Configuration Details */
#define GOOGLE_IMAP_BACKEND_NAME "imapx"
-#define GOOGLE_IMAP_HOST "imap.gmail.com"
+#define GOOGLE_IMAP_HOST "imap.googlemail.com"
#define GOOGLE_IMAP_PORT 993
#define GOOGLE_IMAP_SECURITY_METHOD METHOD (SSL_ON_ALTERNATE_PORT)
/* SMTP Configuration Details */
#define GOOGLE_SMTP_BACKEND_NAME "smtp"
-#define GOOGLE_SMTP_HOST "smtp.gmail.com"
+#define GOOGLE_SMTP_HOST "smtp.googlemail.com"
#define GOOGLE_SMTP_PORT 587
#define GOOGLE_SMTP_SECURITY_METHOD METHOD (STARTTLS_ON_STANDARD_PORT)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]