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