Sha256: 79117d99a78da5df76b77ff778a4c442b1e0874caa3d539c624bfc13dcf99073
Contents?: true
Size: 1.38 KB
Versions: 4
Compression:
Stored size: 1.38 KB
Contents
<?xml version="1.0" encoding="UTF-8"?> <clientConfig version="1.1"> <emailProvider id="strato.de"> <domain>strato.de</domain> <!-- Hosting customers, MX servers --> <domain>rzone.de</domain> <displayName>Strato</displayName> <displayShortName>Strato</displayShortName> <incomingServer type="imap"> <hostname>imap.strato.de</hostname> <port>993</port> <socketType>SSL</socketType> <authentication>password-encrypted</authentication> <username>%EMAILADDRESS%</username> </incomingServer> <incomingServer type="pop3"> <hostname>pop3.strato.de</hostname> <port>995</port> <socketType>SSL</socketType> <authentication>password-encrypted</authentication> <username>%EMAILADDRESS%</username> </incomingServer> <outgoingServer type="smtp"> <hostname>smtp.strato.de</hostname> <port>465</port> <socketType>SSL</socketType> <authentication>password-encrypted</authentication> <username>%EMAILADDRESS%</username> </outgoingServer> <outgoingServer type="smtp"> <hostname>smtp.strato.de</hostname> <port>587</port> <socketType>STARTTLS</socketType> <authentication>password-encrypted</authentication> <username>%EMAILADDRESS%</username> </outgoingServer> <!-- Kundenservice: +49-1805-055055 --> </emailProvider> </clientConfig>
Version data entries
4 entries across 4 versions & 2 rubygems