Sha256: 31d617a1771f77596f8e2b69e7600555bae95bbbd7934ef040e0c05758065e81
Contents?: true
Size: 1.15 KB
Versions: 2
Compression:
Stored size: 1.15 KB
Contents
<?xml version="1.0" encoding="UTF-8"?> <clientConfig version="1.1"> <emailProvider id="bluemail.ch"> <domain>bluemail.ch</domain> <!-- Same ISP as bluewin.ch, but different username form --> <displayName>bluewin.ch</displayName> <displayShortName>bluewin.ch</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-encrypted</authentication> </outgoingServer> <documentation url="http://smtphelp.bluewin.ch/swisscomdtg/setup/?"/> </emailProvider> </clientConfig>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mail_autoconfig-0.0.2 | ispdb_data/bluemail.ch |
mail_autoconfig-0.0.1 | ispdb_data/bluemail.ch |