Sha256: f2ded87e66711592f2f0dab3f5ac104f7566c6f2b14bf59bcd344c84abfddedb

Contents?: true

Size: 1.21 KB

Versions: 4

Compression:

Stored size: 1.21 KB

Contents

<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
 <emailProvider id="cox.net">
  <domain>cox.net</domain>
  <displayName>Cox</displayName>
  <displayShortName>Cox</displayShortName>
  <incomingServer type="imap">
    <hostname>imap.cox.net</hostname>
    <port>993</port>
    <socketType>SSL</socketType>
    <username>%EMAILLOCALPART%</username>
    <authentication>password-cleartext</authentication>
  </incomingServer>
  <incomingServer type="pop3">
    <hostname>pop.cox.net</hostname>
    <port>995</port>
    <socketType>SSL</socketType>
    <username>%EMAILLOCALPART%</username>
    <authentication>password-cleartext</authentication>
  </incomingServer>
  <outgoingServer type="smtp">
    <hostname>smtp.cox.net</hostname>
    <port>465</port>
    <socketType>SSL</socketType>
    <username>%EMAILLOCALPART%</username>
    <authentication>password-cleartext</authentication>
  </outgoingServer>
  <outgoingServer type="smtp">
    <hostname>smtp.cox.net</hostname>
    <port>587</port>
    <socketType>STARTTLS</socketType>
    <username>%EMAILLOCALPART%</username>
    <authentication>password-cleartext</authentication>
  </outgoingServer>
 </emailProvider>
</clientConfig>

Version data entries

4 entries across 4 versions & 2 rubygems

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