Sha256: 6b0e6408cf9bbf5aa7186ad50ace9d5afae047710aef709fcde730fea5a59390

Contents?: true

Size: 1.3 KB

Versions: 4

Compression:

Stored size: 1.3 KB

Contents

<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
  <emailProvider id="earthlink.net">
    <domain>earthlink.net</domain>
    <domain>mindspring.com</domain>
    <domain>ix.netcom.com</domain>
    <!-- many other domains, via MX earthlink.net -->
    <displayName>EarthLink</displayName>
    <displayShortName>EarthLink</displayShortName>
    <incomingServer type="imap">
      <hostname>imap.earthlink.net</hostname>
      <port>143</port>
      <socketType>plain</socketType>
      <username>%EMAILADDRESS%</username>
      <authentication>password-encrypted</authentication>
    </incomingServer>
    <incomingServer type="pop3">
      <hostname>pop.earthlink.net</hostname>
      <port>110</port>
      <socketType>plain</socketType>
      <username>%EMAILADDRESS%</username>
      <authentication>password-encrypted</authentication>
    </incomingServer>
    <outgoingServer type="smtp">
      <hostname>smtpauth.earthlink.net</hostname>
      <port>587</port>
      <socketType>STARTTLS</socketType>
      <username>%EMAILADDRESS%</username>
      <authentication>password-encrypted</authentication>
    </outgoingServer>
    <documentation url="http://support.earthlink.net/email/email-server-settings.php">
      <descr>POP settings, domains</descr>
    </documentation>
  </emailProvider>
</clientConfig>

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
mail_autoconfig_revived-0.0.4 ispdb_data/earthlink.net.xml
mail_autoconfig_revived-0.0.3 ispdb_data/earthlink.net.xml
mail_autoconfig-0.0.2 ispdb_data/earthlink.net
mail_autoconfig-0.0.1 ispdb_data/earthlink.net