Sha256: a5088fe78c0843d76df842ee033b00167a7e0d533d4bedaa93aa5fb6be3a6945
Contents?: true
Size: 769 Bytes
Versions: 4
Compression:
Stored size: 769 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <clientConfig version="1.1"> <emailProvider id="nsat.jp"> <domain>nsat.jp</domain> <displayName>BBにいがた</displayName> <displayShortName>NSAT</displayShortName> <incomingServer type="pop3"> <hostname>mail.nsat.jp</hostname> <port>110</port> <socketType>plain</socketType> <username>%EMAILADDRESS%</username> <authentication>password-encrypted</authentication> </incomingServer> <outgoingServer type="smtp"> <hostname>mail.nsat.jp</hostname> <port>587</port> <socketType>plain</socketType> <username>%EMAILADDRESS%</username> <authentication>password-encrypted</authentication> </outgoingServer> </emailProvider> </clientConfig>
Version data entries
4 entries across 4 versions & 2 rubygems