Sha256: 081f6609e87f62da18ae7ec94fdff6e559fe7a3f8d87f6d2b8482b83bdaa2f8e
Contents?: true
Size: 856 Bytes
Versions: 2
Compression:
Stored size: 856 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>110</port> <socketType>plain</socketType> <username>%EMAILADDRESS%</username> <authentication>password-cleartext</authentication> </incomingServer> <outgoingServer type="smtp"> <hostname>mail.biglobe.ne.jp</hostname> <port>587</port> <socketType>plain</socketType> <username>%EMAILADDRESS%</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/biglobe.ne.jp |
mail_autoconfig-0.0.1 | ispdb_data/biglobe.ne.jp |