Sha256: fd0d48f57f63c772bc1de79f52055cf4376801228b0b15f8d85a64fb6dea8721
Contents?: true
Size: 1.2 KB
Versions: 4
Compression:
Stored size: 1.2 KB
Contents
<?xml version="1.0" encoding="UTF-8"?> <clientConfig version="1.1"> <emailProvider id="internode.on.net"> <domain>internode.on.net</domain> <displayName>Internode</displayName> <displayShortName>Internode</displayShortName> <incomingServer type="imap"> <hostname>mail.internode.on.net</hostname> <port>993</port> <socketType>SSL</socketType> <authentication>password-cleartext</authentication> <username>%EMAILADDRESS%</username> </incomingServer> <incomingServer type="pop3"> <hostname>mail.internode.on.net</hostname> <port>995</port> <socketType>SSL</socketType> <authentication>password-cleartext</authentication> <username>%EMAILADDRESS%</username> </incomingServer> <outgoingServer type="smtp"> <hostname>mail.internode.on.net</hostname> <port>465</port> <socketType>SSL</socketType> <authentication>password-cleartext</authentication> <username>%EMAILADDRESS%</username> </outgoingServer> <documentation url="http://www.internode.on.net/support/guides/email/secure_email/"> <descr lang="en">Secure settings, generic</descr> </documentation> </emailProvider> </clientConfig>
Version data entries
4 entries across 4 versions & 2 rubygems