[evolution] Add support for Googlemail and hotmail/live/msn.com accounts.
- From: Srinivasa Ragavan <sragavan src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [evolution] Add support for Googlemail and hotmail/live/msn.com accounts.
- Date: Wed, 4 Nov 2009 11:12:44 +0000 (UTC)
commit 7d66ca379652ce979da24ed18315c76a4a6865ec
Author: Srinivasa Ragavan <sragavan gnome org>
Date: Wed Nov 4 10:22:00 2009 +0000
Add support for Googlemail and hotmail/live/msn.com accounts.
mail/em-account-editor.c | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c
index e46695e..7888ee5 100644
--- a/mail/em-account-editor.c
+++ b/mail/em-account-editor.c
@@ -3039,9 +3039,13 @@ struct _server_prefill {
const gchar *ssl;
} mail_servers [] = {
{"gmail", "imap.gmail.com", "smtp.gmail.com", "imap", "always"},
+ {"googlemail", "imap.gmail.com", "smtp.gmail.com", "imap", "always"},
{"yahoo", "pop3.yahoo.com", "smtp.yahoo.com", "pop", "never"},
{"aol", "imap.aol.com", "smtp.aol.com", "pop", "never"},
- {"msn", "pop3.email.msn.com", "smtp.email.msn.com", "pop", "never"}
+ {"msn", "pop3.email.msn.com", "smtp.email.msn.com", "pop", "never"},
+ {"hotmail", "pop3.live.com", "smtp.live.com", "pop", "always"},
+ {"live.com", "pop3.live.com", "smtp.live.com", "pop", "always"},
+
};
static gint
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]