diff options
Diffstat (limited to 'mail/mail-autoconfig/gmail.com pop')
-rw-r--r-- | mail/mail-autoconfig/gmail.com pop | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/mail/mail-autoconfig/gmail.com pop b/mail/mail-autoconfig/gmail.com pop new file mode 100644 index 0000000000..4b1a577561 --- /dev/null +++ b/mail/mail-autoconfig/gmail.com pop @@ -0,0 +1,35 @@ +<?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="pop3"> + <hostname>pop.googlemail.com</hostname> + <port>995</port> + <socketType>SSL</socketType> + <username>%EMAILLOCALPART%</username> + <authentication>plain</authentication> + <pop3> + <leaveMessagesOnServer>true</leaveMessagesOnServer> + </pop3> + </incomingServer> + + <outgoingServer type="smtp"> + <hostname>smtp.googlemail.com</hostname> + <port>465</port> + <socketType>SSL</socketType> + <username>%EMAILLOCALPART%</username> + <authentication>plain</authentication> + <addThisServer>true</addThisServer> + <useGlobalPreferredServer>false</useGlobalPreferredServer> + </outgoingServer> + + <enableURL url="https://mail.google.com/mail/?ui=2&shva=1#settings/fwdandpop">You need to enable POP access</enableURL> + + </emailProvider> +</clientConfig> |