Sha256: 519cece1190ee038692bd6fd13e7001d759c95171c9f10be43e6b48469e8e9e7
Contents?: true
Size: 1.56 KB
Versions: 2
Compression:
Stored size: 1.56 KB
Contents
<?xml version="1.0" encoding="UTF-8"?> <clientConfig version="1.1"> <emailProvider id="aol.com"> <domain>aol.com</domain> <domain>aim.com</domain> <domain>netscape.net</domain> <displayName>AOL Mail</displayName> <displayShortName>AOL</displayShortName> <incomingServer type="imap"> <hostname>imap.aol.com</hostname> <port>993</port> <socketType>SSL</socketType> <username>%EMAILLOCALPART%</username> <authentication>password-cleartext</authentication> </incomingServer> <incomingServer type="imap"> <hostname>imap.aol.com</hostname> <port>143</port> <socketType>STARTTLS</socketType> <username>%EMAILLOCALPART%</username> <authentication>password-cleartext</authentication> </incomingServer> <incomingServer type="pop3"> <hostname>pop.aol.com</hostname> <port>995</port> <socketType>SSL</socketType> <username>%EMAILLOCALPART%</username> <authentication>password-cleartext</authentication> </incomingServer> <incomingServer type="pop3"> <hostname>pop.aol.com</hostname> <port>110</port> <socketType>STARTTLS</socketType> <username>%EMAILLOCALPART%</username> <authentication>password-cleartext</authentication> </incomingServer> <outgoingServer type="smtp"> <hostname>smtp.aol.com</hostname> <port>587</port> <socketType>STARTTLS</socketType> <username>%EMAILLOCALPART%</username> <authentication>password-cleartext</authentication> </outgoingServer> </emailProvider> </clientConfig>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mail_autoconfig-0.0.2 | ispdb_data/aol.com |
mail_autoconfig-0.0.1 | ispdb_data/aol.com |