Sha256: 7933c2fa75208a83b6ed0f003792a1666bf69ab4e5ae2e15e95c64ae41938a7f
Contents?: true
Size: 1.18 KB
Versions: 2
Compression:
Stored size: 1.18 KB
Contents
<?xml version="1.0" encoding="UTF-8"?> <clientConfig version="1.1"> <emailProvider id="swisscom.ch"> <domain>bluewin.ch</domain> <domain>bluemail.ch</domain> <displayName>Bluewin Mail</displayName> <displayShortName>Bluewin</displayShortName> <incomingServer type="imap"> <hostname>imaps.bluewin.ch</hostname> <port>993</port> <socketType>SSL</socketType> <username>%EMAILADDRESS%</username> <authentication>password-cleartext</authentication> </incomingServer> <incomingServer type="pop3"> <hostname>pop3s.bluewin.ch</hostname> <port>995</port> <socketType>SSL</socketType> <username>%EMAILADDRESS%</username> <authentication>password-cleartext</authentication> </incomingServer> <outgoingServer type="smtp"> <hostname>smtpauths.bluewin.ch</hostname> <port>465</port> <socketType>SSL</socketType> <username>%EMAILADDRESS%</username> <authentication>password-cleartext</authentication> </outgoingServer> <documentation url="http://smtphelp.bluewin.ch/" /> </emailProvider> <webMail> <loginPage url="https://webmail.bluewin.ch/" /> </webMail> </clientConfig>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mail_autoconfig_revived-0.0.4 | ispdb_data/bluewin.ch.xml |
mail_autoconfig_revived-0.0.3 | ispdb_data/bluewin.ch.xml |