Sha256: 373629ca8a4e00cf98894fe386f3812c65a6c1f0195fcefcf0c3f38de0afb7d6
Contents?: true
Size: 1.13 KB
Versions: 2
Compression:
Stored size: 1.13 KB
Contents
<?xml version="1.0" encoding="UTF-8"?> <clientConfig version="1.1"> <emailProvider id="rr.com"> <domain>rr.com</domain> <displayName>RoadRunner/TWC</displayName> <displayShortName>RR/TWC</displayShortName> <incomingServer type="imap"> <hostname>mail.twc.com</hostname> <port>993</port> <socketType>SSL</socketType> <username>%EMAILADDRESS%</username> <authentication>password-cleartext</authentication> </incomingServer> <incomingServer type="pop3"> <hostname>mail.twc.com</hostname> <port>995</port> <socketType>SSL</socketType> <username>%EMAILADDRESS%</username> <authentication>password-cleartext</authentication> </incomingServer> <outgoingServer type="smtp"> <hostname>mail.twc.com</hostname> <port>587</port> <socketType>STARTTLS</socketType> <username>%EMAILADDRESS%</username> <authentication>password-cleartext</authentication> </outgoingServer> <documentation url="https://www.timewarnercable.com/en/support/faqs/faqs-internet/e-mailacco/incoming-outgoing-server-addresses.html" /> </emailProvider> </clientConfig>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mail_autoconfig_revived-0.0.4 | ispdb_data/rr.com.xml |
mail_autoconfig_revived-0.0.3 | ispdb_data/rr.com.xml |