Sha256: 944d980cc98c14461577a57cd9eba44c95a42e5255d40706b3386860334aade4
Contents?: true
Size: 1.21 KB
Versions: 2
Compression:
Stored size: 1.21 KB
Contents
<?xml version="1.0" encoding="UTF-8"?> <clientConfig version="1.1"> <emailProvider id="btinternet.com"> <domain>btinternet.com</domain> <domain>btopenworld.com</domain> <domain>talk21.com</domain> <displayName>BT Mail</displayName> <displayShortName>BT Mail</displayShortName> <incomingServer type="imap"> <hostname>mail.btinternet.com</hostname> <port>993</port> <socketType>SSL</socketType> <authentication>password-cleartext</authentication> <username>%EMAILADDRESS%</username> </incomingServer> <incomingServer type="pop3"> <hostname>mail.btinternet.com</hostname> <port>995</port> <socketType>SSL</socketType> <authentication>password-cleartext</authentication> <username>%EMAILADDRESS%</username> </incomingServer> <outgoingServer type="smtp"> <hostname>mail.btinternet.com</hostname> <port>465</port> <socketType>SSL</socketType> <authentication>password-cleartext</authentication> <username>%EMAILADDRESS%</username> </outgoingServer> <documentation url="http://www.bt.com/help/email"> <descr lang="en">Configure BT Mail</descr> </documentation> </emailProvider> </clientConfig>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mail_autoconfig_revived-0.0.4 | ispdb_data/btinternet.com.xml |
mail_autoconfig_revived-0.0.3 | ispdb_data/btinternet.com.xml |