<?xml version="1.0" encoding="utf-8" ?><clientConfig version="1.1">
        <emailProvider id="exdomain">
                <domain></domain>
                <displayName> Mail</displayName>
                <displayShortName>Loopia</displayShortName>

                <incomingServer type="imap">
                        <hostname>mailcluster.loopia.se</hostname>
                        <port>993</port>
                        <socketType>SSL</socketType>
                        <authentication>password-cleartext</authentication>
                        <username></username>
                </incomingServer>

                <incomingServer type="imap">
                        <hostname>mailcluster.loopia.se</hostname>
                        <port>143</port>
                        <socketType>plain</socketType>
                        <authentication>password-cleartext</authentication>
                        <username></username>
                </incomingServer>

                <incomingServer type="pop3">
                        <hostname>mailcluster.loopia.se</hostname>
                        <port>995</port>
                        <socketType>SSL</socketType>
                        <authentication>password-cleartext</authentication>
                        <username></username>
                </incomingServer>

                <incomingServer type="pop3">
                        <hostname>mailcluster.loopia.se</hostname>
                        <port>110</port>
                        <socketType>plain</socketType>
                        <authentication>password-cleartext</authentication>
                        <username></username>
                </incomingServer>

                <outgoingServer type="smtp">
                        <hostname>mailcluster.loopia.se</hostname>
                        <port>465</port>
                        <socketType>STARTTLS</socketType>
                        <authentication>password-cleartext</authentication>
                        <username></username>
                </outgoingServer>

                <outgoingServer type="smtp">
                        <hostname>mailcluster.loopia.se</hostname>
                        <port>465</port>
                        <socketType>plain</socketType>
                        <authentication>password-cleartext</authentication>
                        <username></username>
                </outgoingServer>

                <documentation url="https://support.loopia.com/wiki/Thunderbird">
                        <descr lang="en">Thunderbird settings Page</descr>
                </documentation>

        </emailProvider>
</clientConfig>

