Sha256: 634a03329f024379af780116f5479b247ea390990b9e4314b25fa5e1feaa1b1c
Contents?: true
Size: 1.04 KB
Versions: 2
Compression:
Stored size: 1.04 KB
Contents
<?xml version="1.0" encoding="UTF-8"?> <clientConfig version="1.1"> <emailProvider id="one.cz"> <domain>one.cz</domain> <displayName>Webhosting Registrator.cz Mail</displayName> <displayShortName>Registrator.cz</displayShortName> <incomingServer type="imap"> <hostname>imap.registrator.cz</hostname> <port>993</port> <socketType>SSL</socketType> <authentication>password-cleartext</authentication> <username>%EMAILADDRESS%</username> </incomingServer> <incomingServer type="pop3"> <hostname>pop3.registrator.cz</hostname> <port>995</port> <socketType>SSL</socketType> <authentication>password-cleartext</authentication> <username>%EMAILADDRESS%</username> </incomingServer> <outgoingServer type="smtp"> <hostname>smtp.registrator.cz</hostname> <port>587</port> <socketType>STARTTLS</socketType> <authentication>password-cleartext</authentication> <username>%EMAILADDRESS%</username> </outgoingServer> </emailProvider> </clientConfig>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mail_autoconfig_revived-0.0.4 | ispdb_data/one.cz.xml |
mail_autoconfig_revived-0.0.3 | ispdb_data/one.cz.xml |