Sha256: 5d6b96b572a6dd6e8116fe7434c07965abe783845735bc35fc6c7834f7ce20fe
Contents?: true
Size: 770 Bytes
Versions: 4
Compression:
Stored size: 770 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <clientConfig version="1.1"> <emailProvider id="nifty.com"> <domain>nifty.com</domain> <displayName>@nifty</displayName> <displayShortName>@nifty</displayShortName> <incomingServer type="pop3"> <hostname>pop.nifty.com</hostname> <port>110</port> <socketType>plain</socketType> <username>%EMAILLOCALPART%</username> <authentication>password-encrypted</authentication> </incomingServer> <outgoingServer type="smtp"> <hostname>smtp.nifty.com</hostname> <port>587</port> <socketType>plain</socketType> <username>%EMAILLOCALPART%</username> <authentication>password-encrypted</authentication> </outgoingServer> </emailProvider> </clientConfig>
Version data entries
4 entries across 4 versions & 2 rubygems