Sha256: b289014c71beb235ea28945da1a9dc8c5b9fa5018d76f3ca071a7ed6c6dd54c9
Contents?: true
Size: 1.15 KB
Versions: 4
Compression:
Stored size: 1.15 KB
Contents
<?xml version="1.0" encoding="UTF-8"?> <clientConfig version="1.1"> <emailProvider id="email.it"> <domain>email.it</domain> <displayName>email.it</displayName> <displayShortName>email.it</displayShortName> <incomingServer type="imap"> <hostname>imapmail.email.it</hostname> <port>993</port> <socketType>SSL</socketType> <username>%EMAILADDRESS%</username> <authentication>password-encrypted</authentication> </incomingServer> <incomingServer type="pop3"> <hostname>popmail.email.it</hostname> <port>995</port> <socketType>SSL</socketType> <username>%EMAILADDRESS%</username> <authentication>password-encrypted</authentication> </incomingServer> <outgoingServer type="smtp"> <hostname>smtp.email.it</hostname> <port>587</port> <socketType>STARTTLS</socketType> <username>%EMAILADDRESS%</username> <authentication>password-cleartext</authentication> </outgoingServer> <documentation url="http://www.email.it/ita/config/thunder.php"/> <!-- You should set "IMAP server directory" to "INBOX" --> </emailProvider> </clientConfig>
Version data entries
4 entries across 4 versions & 2 rubygems