Sha256: 7817f62cc5f86b735af0062c3ce68b1567559e60f67a801b7d305697267f9321

Contents?: true

Size: 1.29 KB

Versions: 2

Compression:

Stored size: 1.29 KB

Contents

<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
    <emailProvider id="sky.com">
      <domain>sky.com</domain>
      <displayName>Sky Mail</displayName>
      <displayShortName>Sky</displayShortName>

      <incomingServer type="imap">
         <hostname>imap.tools.sky.com</hostname>
         <port>993</port>
         <socketType>SSL</socketType>
         <authentication>password-cleartext</authentication>
         <username>%EMAILADDRESS%</username>
      </incomingServer>
      <incomingServer type="pop3">
         <hostname>pop.tools.sky.com</hostname>
         <port>995</port>
         <socketType>SSL</socketType>
         <authentication>password-cleartext</authentication>
         <username>%EMAILADDRESS%</username>
      </incomingServer>

      <outgoingServer type="smtp">
         <hostname>smtp.tools.sky.com</hostname>
         <port>465</port>
         <socketType>SSL</socketType>
         <authentication>password-cleartext</authentication>
         <username>%EMAILADDRESS%</username>
      </outgoingServer>
	  
      <documentation url="http://help.sky.com/articles/get-emails-on-other-clients?product=email">
         <descr lang="en">Configure Thunderbird for IMAP or POP3</descr>
      </documentation>
    </emailProvider>
</clientConfig>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mail_autoconfig_revived-0.0.4 ispdb_data/sky.com.xml
mail_autoconfig_revived-0.0.3 ispdb_data/sky.com.xml