Sha256: 6898b11b106498566191bb92111d52f114768568e08f649280580deb52a76467
Contents?: true
Size: 1.57 KB
Versions: 2
Compression:
Stored size: 1.57 KB
Contents
<?xml version="1.0" encoding="UTF-8"?> <clientConfig version="1.1"> <emailProvider id="yandex.ru"> <domain>yandex.ru</domain> <domain>yandex.com</domain> <domain>yandex.net</domain> <domain>yandex.by</domain> <domain>yandex.kz</domain> <domain>yandex.ua</domain> <domain>ya.ru</domain> <domain>narod.ru</domain> <displayName>Yandex Mail</displayName> <displayShortName>Yandex</displayShortName> <incomingServer type="imap"> <hostname>imap.yandex.com</hostname> <port>993</port> <socketType>SSL</socketType> <username>%EMAILADDRESS%</username> <authentication>password-cleartext</authentication> </incomingServer> <incomingServer type="pop3"> <hostname>pop.yandex.com</hostname> <port>995</port> <socketType>SSL</socketType> <username>%EMAILADDRESS%</username> <authentication>password-cleartext</authentication> </incomingServer> <outgoingServer type="smtp"> <hostname>smtp.yandex.com</hostname> <port>465</port> <socketType>SSL</socketType> <username>%EMAILADDRESS%</username> <authentication>password-cleartext</authentication> </outgoingServer> </emailProvider> <oAuth2> <issuer>oauth.yandex.com</issuer> <scope>mail:imap_full mail:smtp</scope> <authURL>https://oauth.yandex.com/authorize</authURL> <tokenURL>https://oauth.yandex.com/token</tokenURL> </oAuth2> <enable visiturl="http://mail.yandex.ru/neo/setup_client"> <instruction>Check 'Enable IMAP' on Yandex.Mail setup page</instruction> </enable> </clientConfig>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mail_autoconfig_revived-0.0.4 | ispdb_data/yandex.ru.xml |
mail_autoconfig_revived-0.0.3 | ispdb_data/yandex.ru.xml |