<?xml version="1.0"?>
<clientConfig version="1.1">
    <emailProvider id="pyagsa.com">
        <domain>pyagsa.com</domain>
        <displayName>pyagsa.com</displayName>
        <displayShortName>pyagsa.com</displayShortName>
        <incomingServer type="imap">
            <hostname>mail.pyagsa.com</hostname>
            <port>993</port>
            <socketType>SSL</socketType>
            <authentication>password-cleartext</authentication>
            <username>%EMAILADDRESS%</username>
        </incomingServer>
        <outgoingServer type="smtp">
            <hostname>mail.pyagsa.com</hostname>
            <port>465</port>
            <socketType>SSL</socketType>
            <authentication>password-cleartext</authentication>
            <username>%EMAILADDRESS%</username>
        </outgoingServer>
    </emailProvider>
</clientConfig>
