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