Sha256: baa5335f4d10a2b2690ebf132dbf8b9d2d6973cb2b4b8d69de0e0639faf1b58f
Contents?: true
Size: 1.47 KB
Versions: 4
Compression:
Stored size: 1.47 KB
Contents
<?xml version="1.0" encoding="UTF-8"?> <clientConfig version="1.1"> <emailProvider id="pdx.edu"> <domain>pdx.edu</domain> <displayName>Portland State University Mail</displayName> <displayShortName>PSU Mail</displayShortName> <incomingServer type="imap"> <hostname>psumail.pdx.edu</hostname> <port>993</port> <socketType>SSL</socketType> <authentication>password-encrypted</authentication> <username>%EMAILADDRESS%</username> </incomingServer> <incomingServer type="imap"> <hostname>psumail.pdx.edu</hostname> <port>587</port> <socketType>STARTTLS</socketType> <authentication>password-encrypted</authentication> <username>%EMAILADDRESS%</username> </incomingServer> <outgoingServer type="smtp"> <hostname>mailhost.pdx.edu</hostname> <port>465</port> <socketType>SSL</socketType> <authentication>password-encrypted</authentication> <username>%EMAILADDRESS%</username> </outgoingServer> <outgoingServer type="smtp"> <hostname>mailhost.pdx.edu</hostname> <port>587</port> <socketType>STARTTLS</socketType> <authentication>password-encrypted</authentication> <username>%EMAILADDRESS%</username> </outgoingServer> <documentation url="http://oit.pdx.edu/psu-email-settings-advanced-users"> <descr lang="en">Portland State University Email Settings for Advanced Users</descr> </documentation> </emailProvider> </clientConfig>
Version data entries
4 entries across 4 versions & 2 rubygems