Sha256: aea98e6f8cc7277cb9434c622f8e1b5e976136d43e784e189c72def1714eba40
Contents?: true
Size: 852 Bytes
Versions: 4
Compression:
Stored size: 852 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <clientConfig version="1.1"> <emailProvider id="pop.shibata.ne.jp"> <domain>pop.shibata.ne.jp</domain> <domain>ml.shibata.ne.jp</domain> <displayName>インターネット新発田</displayName> <displayShortName>INET-SHIBATA</displayShortName> <incomingServer type="pop3"> <hostname>%EMAILDOMAIN%</hostname> <port>110</port> <socketType>plain</socketType> <username>%EMAILLOCALPART%</username> <authentication>password-cleartext</authentication> </incomingServer> <outgoingServer type="smtp"> <hostname>%EMAILDOMAIN%</hostname> <port>25</port> <socketType>plain</socketType> <username>%EMAILLOCALPART%</username> <authentication>password-cleartext</authentication> </outgoingServer> </emailProvider> </clientConfig>
Version data entries
4 entries across 4 versions & 2 rubygems