blob: 7e16ab53353b0362255e8c6edb68366454988dd3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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>
|