Sha256: 47e00e52b40ff0daed62ba52b4431f5a963e9e4479c7c834db48555d5798fd80
Contents?: true
Size: 1 KB
Versions: 2
Compression:
Stored size: 1 KB
Contents
<?xml version="1.0" encoding="UTF-8"?> <clientConfig version="1.1"> <emailProvider id="jet.ne.jp"> <domain>jet.ne.jp</domain> <displayName>JETINTERNET</displayName> <displayShortName>JET</displayShortName> <incomingServer type="pop3"> <hostname>pop.jet.ne.jp</hostname> <port>110</port> <socketType>plain</socketType> <username>%EMAILLOCALPART%</username> <authentication>password-encrypted</authentication> </incomingServer> <incomingServer type="imap"> <hostname>imap.jet.ne.jp</hostname> <port>993</port> <socketType>SSL</socketType> <username>%EMAILLOCALPART%</username> <authentication>password-encrypted</authentication> </incomingServer> <outgoingServer type="smtp"> <hostname>smtp.jet.ne.jp</hostname> <port>587</port> <socketType>plain</socketType> <username>%EMAILLOCALPART%</username> <authentication>password-encrypted</authentication> </outgoingServer> </emailProvider> </clientConfig>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mail_autoconfig-0.0.2 | ispdb_data/jet.ne.jp |
mail_autoconfig-0.0.1 | ispdb_data/jet.ne.jp |