<!-- autoconfig for Thunderbird as explained here:
     https://developer.mozilla.org/en/Thunderbird/Autoconfiguration#Configuration_server_at_ISP
     looking in path: http://autoconfig.disroot.org/mail/config-v1.1.xml -->

<clientConfig version="1.1">
    <emailProvider id="disroot.org">
        <domain>disroot.org</domain>
        <displayName>disroot.org</displayName>
        <displayShortName>disroot.org</displayShortName>
        <incomingServer type="imap">
                <hostname>disroot.org</hostname>
                <port>993</port>
                <socketType>SSL</socketType>
                <authentication>password-cleartext</authentication>
                <username>%EMAILLOCALPART%</username>
        </incomingServer>
        <outgoingServer type="smtp">
                <hostname>disroot.org</hostname>
                <port>465</port>
                <socketType>TLS</socketType>
                <authentication>password-cleartext</authentication>
                <username>%EMAILLOCALPART%</username>
        </outgoingServer>
    </emailProvider>
</clientConfig>
