Sha256: 8c762423065665f221c5659fa2d3a6457692488b29b1f6cce7163ba5d8a42828
Contents?: true
Size: 824 Bytes
Versions: 4
Compression:
Stored size: 824 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <clientConfig version="1.1"> <emailProvider id="mail.iwafune.ne.jp"> <domain>mail.iwafune.ne.jp</domain> <displayName>インターネットいわふね</displayName> <displayShortName>IWAFUNE</displayShortName> <incomingServer type="pop3"> <hostname>mail.iwafune.ne.jp</hostname> <port>110</port> <socketType>plain</socketType> <username>%EMAILLOCALPART%</username> <authentication>password-cleartext</authentication> </incomingServer> <outgoingServer type="smtp"> <hostname>mail.iwafune.ne.jp</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