Sha256: b3ad8d2a348125c1fedecae8781879091d62caa62cc26778ad80d1c5675b82d0
Contents?: true
Size: 1.02 KB
Versions: 4
Compression:
Stored size: 1.02 KB
Contents
<?xml version="1.0" encoding="UTF-8"?> <clientConfig version="1.1"> <emailProvider id="peoplepc.com"> <domain>peoplepc.com</domain> <displayName>PeoplePC</displayName> <displayShortName>PeoplePC</displayShortName> <incomingServer type="imap"> <hostname>imap.peoplepc.com</hostname> <port>143</port> <socketType>plain</socketType> <username>%EMAILADDRESS%</username> <authentication>password-encrypted</authentication> </incomingServer> <incomingServer type="pop3"> <hostname>pop.peoplepc.com</hostname> <port>110</port> <socketType>plain</socketType> <username>%EMAILADDRESS%</username> <authentication>password-encrypted</authentication> </incomingServer> <outgoingServer type="smtp"> <hostname>smtpauth.peoplepc.com</hostname> <port>587</port> <socketType>STARTTLS</socketType> <username>%EMAILADDRESS%</username> <authentication>password-encrypted</authentication> </outgoingServer> </emailProvider> </clientConfig>
Version data entries
4 entries across 4 versions & 2 rubygems