Sha256: c1df93921ec8d2a613c0b4c6d6f00ba3300b4dea71eed623829d189815c8fbab
Contents?: true
Size: 804 Bytes
Versions: 4
Compression:
Stored size: 804 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <clientConfig version="1.1"> <emailProvider id="yahoo.co.jp"> <domain>yahoo.co.jp</domain> <displayName>Yahoo! メール</displayName> <displayShortName>Yahoo! メール</displayShortName> <incomingServer type="pop3"> <hostname>pop.mail.yahoo.co.jp</hostname> <port>995</port> <socketType>SSL</socketType> <username>%EMAILLOCALPART%</username> <authentication>password-cleartext</authentication> </incomingServer> <outgoingServer type="smtp"> <hostname>smtp.mail.yahoo.co.jp</hostname> <port>465</port> <socketType>SSL</socketType> <username>%EMAILLOCALPART%</username> <authentication>password-cleartext</authentication> </outgoingServer> </emailProvider> </clientConfig>
Version data entries
4 entries across 4 versions & 2 rubygems