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