Sha256: fd7881875e073baf701539f911a88b9e2314c89d15f47ccb16238ebf24aedcfe
Contents?: true
Size: 1.14 KB
Versions: 4
Compression:
Stored size: 1.14 KB
Contents
<?xml version="1.0" encoding="UTF-8"?> <clientConfig version="1.1"> <emailProvider id="tiscali.it"> <domain>tiscali.it</domain> <displayName>Tiscali Italy</displayName> <displayShortName>Tiscali</displayShortName> <incomingServer type="imap"> <hostname>imap.tiscali.it</hostname> <port>993</port> <socketType>SSL</socketType> <username>%EMAILADDRESS%</username> <authentication>password-encrypted</authentication> </incomingServer> <incomingServer type="pop3"> <hostname>pop.tiscali.it</hostname> <port>995</port> <socketType>SSL</socketType> <username>%EMAILADDRESS%</username> <authentication>password-encrypted</authentication> </incomingServer> <outgoingServer type="smtp"> <hostname>smtp.tiscali.it</hostname> <port>465</port> <socketType>SSL</socketType> <username>%EMAILADDRESS%</username> <authentication>password-encrypted</authentication> <restriction>client-IP-address</restriction> </outgoingServer> <documentation url="http://assistenza.tiscali.it/tecnica/posta/configurazioni/"/> </emailProvider> </clientConfig>
Version data entries
4 entries across 4 versions & 2 rubygems