aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-autoconfig/googlemail.com
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-autoconfig/googlemail.com')
-rw-r--r--mail/mail-autoconfig/googlemail.com32
1 files changed, 0 insertions, 32 deletions
diff --git a/mail/mail-autoconfig/googlemail.com b/mail/mail-autoconfig/googlemail.com
deleted file mode 100644
index f73f7e0c7f..0000000000
--- a/mail/mail-autoconfig/googlemail.com
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<clientConfig>
- <emailProvider id="googlemail.com">
- <domain>gmail.com</domain>
- <domain>googlemail.com</domain>
-
- <displayName>Google Mail</displayName>
- <displayShortName>GMail</displayShortName>
-
- <incomingServer type="imap">
- <hostname>imap.googlemail.com</hostname>
- <port>993</port>
- <socketType>SSL</socketType>
- <username>%EMAILADDRESS%</username>
- <authentication>plain</authentication>
- </incomingServer>
-
- <outgoingServer type="smtp">
- <hostname>smtp.googlemail.com</hostname>
- <port>465</port>
- <socketType>SSL</socketType>
- <username>%EMAILADDRESS%</username>
- <authentication>plain</authentication>
- <addThisServer>true</addThisServer>
- <useGlobalPreferredServer>false</useGlobalPreferredServer>
- </outgoingServer>
-
- <enableURL url="https://mail.google.com/mail/?ui=2&amp;shva=1#settings/fwdandpop">You need to enable IMAP access</enableURL>
-
- </emailProvider>
-</clientConfig>