Sha256: 4de7ec04f0da61f5ccbc1ae3d87b8dd41b8f8e98f79398cc48c015d70d713025
Contents?: true
Size: 1.25 KB
Versions: 2
Compression:
Stored size: 1.25 KB
Contents
<?xml version="1.0" encoding="UTF-8"?> <clientConfig version="1.1"> <emailProvider id="o2.pl"> <domain>o2.pl</domain> <domain>go2.pl</domain> <domain>tlen.pl</domain> <domain>prokonto.pl</domain> <displayName>o2 Poczta</displayName> <displayShortName>o2</displayShortName> <incomingServer type="pop3"> <hostname>poczta.o2.pl</hostname> <port>995</port> <socketType>SSL</socketType> <authentication>password-cleartext</authentication> <username>%EMAILLOCALPART%</username> </incomingServer> <outgoingServer type="smtp"> <hostname>poczta.o2.pl</hostname> <port>465</port> <socketType>SSL</socketType> <authentication>password-cleartext</authentication> <username>%EMAILLOCALPART%</username> <restriction>client-IP-address</restriction> </outgoingServer> <outgoingServer type="smtp"> <hostname>poczta.o2.pl</hostname> <port>587</port> <socketType>STARTTLS</socketType> <authentication>password-cleartext</authentication> <username>%EMAILLOCALPART%</username> <restriction>client-IP-address</restriction> </outgoingServer> <documentation url="http://pomoc.o2.pl/poczta/programy/thunderbird.html"/> </emailProvider> </clientConfig>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mail_autoconfig-0.0.2 | ispdb_data/o2.pl |
mail_autoconfig-0.0.1 | ispdb_data/o2.pl |