Sha256: e9535539316989f96e64923e5cef2d3c308221e2f5ccdb7a148463b1b476ca9a
Contents?: true
Size: 852 Bytes
Versions: 2
Compression:
Stored size: 852 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <clientConfig version="1.1"> <emailProvider id="biglobe.ne.jp"> <!-- about 1400 domains, all with bgmgate1.biglobe.ne.jp as MX --> <domain>biglobe.ne.jp</domain> <displayName>Biglobe</displayName> <displayShortName>Biglobe</displayShortName> <incomingServer type="pop3"> <hostname>mail.biglobe.ne.jp</hostname> <port>995</port> <socketType>SSL</socketType> <username>%EMAILADDRESS%</username> <authentication>password-cleartext</authentication> </incomingServer> <outgoingServer type="smtp"> <hostname>mail.biglobe.ne.jp</hostname> <port>465</port> <socketType>SSL</socketType> <username>%EMAILADDRESS%</username> <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/biglobe.ne.jp.xml |
mail_autoconfig_revived-0.0.3 | ispdb_data/biglobe.ne.jp.xml |