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