Sha256: aabfbf6973950bd6099a70fc0e969677d55c8a2dfb7370cb9c67902ea5a4bf24
Contents?: true
Size: 757 Bytes
Versions: 2
Compression:
Stored size: 757 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <clientConfig version="1.1"> <emailProvider id="one.com"> <domain>one.com</domain> <displayName>one.com</displayName> <displayShortName>one.com</displayShortName> <incomingServer type="imap"> <hostname>imap.one.com</hostname> <port>993</port> <socketType>SSL</socketType> <username>%EMAILADDRESS%</username> <authentication>password-cleartext</authentication> </incomingServer> <outgoingServer type="smtp"> <hostname>send.one.com</hostname> <port>465</port> <socketType>SSL</socketType> <username>%EMAILADDRESS%</username> <authentication>password-cleartext</authentication> </outgoingServer> </emailProvider> </clientConfig>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mail_autoconfig_revived-0.0.4 | ispdb_data/one.com.xml |
mail_autoconfig_revived-0.0.3 | ispdb_data/one.com.xml |