Sha256: 81663ece76eac33cea499835f1f520878900db81b257b5f9bf986b74fda36813
Contents?: true
Size: 1.82 KB
Versions: 2
Compression:
Stored size: 1.82 KB
Contents
<?xml version="1.0" encoding="UTF-8"?> <clientConfig version="1.1"> <emailProvider id="mnet.ne.jp"> <domain>mnet.ne.jp</domain> <displayName>Mnet メール サービス</displayName> <displayShortName>Mnetメール</displayShortName> <incomingServer type="imap"> <hostname>mail.mnet.ne.jp</hostname> <port>993</port> <socketType>SSL</socketType> <username>%EMAILADDRESS%</username> <authentication>password-encrypted</authentication> <authentication>password-cleartext</authentication> </incomingServer> <incomingServer type="imap"> <hostname>mail.mnet.ne.jp</hostname> <port>143</port> <socketType>STARTTLS</socketType> <username>%EMAILADDRESS%</username> <authentication>password-encrypted</authentication> <authentication>password-cleartext</authentication> </incomingServer> <incomingServer type="pop3"> <hostname>mail.mnet.ne.jp</hostname> <port>995</port> <socketType>SSL</socketType> <username>%EMAILADDRESS%</username> <authentication>password-encrypted</authentication> <authentication>password-cleartext</authentication> </incomingServer> <incomingServer type="pop3"> <hostname>mail.mnet.ne.jp</hostname> <port>110</port> <socketType>STARTTLS</socketType> <username>%EMAILADDRESS%</username> <authentication>password-encrypted</authentication> <authentication>password-cleartext</authentication> </incomingServer> <outgoingServer type="smtp"> <hostname>mail.mnet.ne.jp</hostname> <port>587</port> <socketType>STARTTLS</socketType> <username>%EMAILADDRESS%</username> <authentication>password-encrypted</authentication> <authentication>password-cleartext</authentication> </outgoingServer> </emailProvider> </clientConfig>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mail_autoconfig_revived-0.0.4 | ispdb_data/mnet.ne.jp.xml |
mail_autoconfig_revived-0.0.3 | ispdb_data/mnet.ne.jp.xml |