aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-autoconfig/aol.com
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-autoconfig/aol.com')
-rw-r--r--mail/mail-autoconfig/aol.com30
1 files changed, 30 insertions, 0 deletions
diff --git a/mail/mail-autoconfig/aol.com b/mail/mail-autoconfig/aol.com
new file mode 100644
index 0000000000..7e16ab5335
--- /dev/null
+++ b/mail/mail-autoconfig/aol.com
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<clientConfig>
+ <emailProvider id="aol.com">
+ <domain>aol.com</domain>
+ <domain>aim.com</domain>
+
+ <displayName>AOL</displayName>
+ <displayShortName>AOL</displayShortName>
+
+ <incomingServer type="imap">
+ <hostname>imap.aol.com</hostname>
+ <port>143</port>
+ <socketType>plain</socketType>
+ <username>%EMAILLOCALPART%</username>
+ <authentication>plain</authentication>
+ </incomingServer>
+
+ <outgoingServer type="smtp">
+ <hostname>smtp.aol.com</hostname>
+ <port>587</port>
+ <socketType>plain</socketType>
+ <username>%EMAILLOCALPART%</username>
+ <authentication>plain</authentication>
+ <addThisServer>true</addThisServer>
+ <useGlobalPreferredServer>false</useGlobalPreferredServer>
+ </outgoingServer>
+
+ </emailProvider>
+</clientConfig>