Sha256: 16e3055c74c75943b7a7008870a87e85ce5e60652f1938aced024ccb41a340f3
Contents?: true
Size: 1.06 KB
Versions: 2
Compression:
Stored size: 1.06 KB
Contents
<clientConfig version="1.0"> <emailProvider id="me.com"> <domain>mac.com</domain> <domain>me.com</domain> <displayName>Apple iCloud</displayName> <displayShortName>Apple</displayShortName> <incomingServer type="imap"> <hostname>imap.mail.me.com</hostname> <port>993</port> <socketType>SSL</socketType> <username>%EMAILLOCALPART%</username> <authentication>plain</authentication> </incomingServer> <!-- Not working for me. BenB 2010-08-19 from Europe <outgoingServer type="smtp"> <hostname>smtp.me.com</hostname> <port>465</port> <socketType>SSL</socketType> <username>%EMAILLOCALPART%</username> <authentication>password-cleartext</authentication> </outgoingServer> --> <outgoingServer type="smtp"> <hostname>smtp.mail.me.com</hostname> <port>587</port> <socketType>STARTTLS</socketType> <username>%EMAILLOCALPART%</username> <authentication>plain</authentication> </outgoingServer> </emailProvider> </clientConfig>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mail_autoconfig-0.0.2 | ispdb_data/me.com |
mail_autoconfig-0.0.1 | ispdb_data/me.com |