Sha256: 908f4cea71ee1d6810c2a0ef001ca80072325ebc9e6acdcb7a839cc872e543be
Contents?: true
Size: 797 Bytes
Versions: 4
Compression:
Stored size: 797 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <clientConfig version="1.1"> <emailProvider id="cgl.ucsf.edu"> <domain>cgl.ucsf.edu</domain> <displayName>UCSF CGL email</displayName> <displayShortName>CGL email</displayShortName> <incomingServer type="imap"> <hostname>plato.cgl.ucsf.edu</hostname> <port>993</port> <socketType>SSL</socketType> <username>%EMAILLOCALPART%</username> <authentication>password-cleartext</authentication> </incomingServer> <outgoingServer type="smtp"> <hostname>plato.cgl.ucsf.edu</hostname> <port>587</port> <socketType>STARTTLS</socketType> <username>%EMAILLOCALPART%</username> <authentication>password-cleartext</authentication> </outgoingServer> </emailProvider> </clientConfig>
Version data entries
4 entries across 4 versions & 2 rubygems