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