Skip to content

Commit

Permalink
Update settings for earthlink.net
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed May 8, 2024
1 parent e99486d commit 6b3fc52
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions ispdb/earthlink.net.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
<displayShortName>EarthLink</displayShortName>
<incomingServer type="imap">
<hostname>imap.earthlink.net</hostname>
<port>143</port>
<socketType>plain</socketType>
<port>993</port>
<socketType>SSL</socketType>
<username>%EMAILADDRESS%</username>
<authentication>password-encrypted</authentication>
</incomingServer>
<incomingServer type="pop3">
<hostname>pop.earthlink.net</hostname>
<port>110</port>
<socketType>plain</socketType>
<port>995</port>
<socketType>SSL</socketType>
<username>%EMAILADDRESS%</username>
<authentication>password-encrypted</authentication>
</incomingServer>
Expand All @@ -26,10 +26,8 @@
<port>587</port>
<socketType>STARTTLS</socketType>
<username>%EMAILADDRESS%</username>
<authentication>password-encrypted</authentication>
<authentication>password-cleartext</authentication>
</outgoingServer>
<documentation url="http://support.earthlink.net/email/email-server-settings.php">
<descr>POP settings, domains</descr>
</documentation>
<documentation url="https://help.earthlink.net/portal/en/kb/articles/email-server-settings" />
</emailProvider>
</clientConfig>

0 comments on commit 6b3fc52

Please sign in to comment.