<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
    <emailProvider id="cyon.ch">
        <!-- No STARTTLS support due to possible implementation flaws like:
        http://mailman.nginx.org/pipermail/nginx-announce/2014/000144.html -->
        <domain>mail.cyon.ch</domain>

        <displayName>%EMAILADDRESS%</displayName>
        <displayShortName>%EMAILADDRESS%</displayShortName>

        <incomingServer type="imap">
            <hostname>mail.cyon.ch</hostname>
            <port>993</port>
            <socketType>SSL</socketType>
            <authentication>password-cleartext</authentication>
            <username>%EMAILADDRESS%</username>
        </incomingServer>
        <incomingServer type="pop3">
            <hostname>mail.cyon.ch</hostname>
            <port>995</port>
            <socketType>SSL</socketType>
            <authentication>password-cleartext</authentication>
            <username>%EMAILADDRESS%</username>
        </incomingServer>
        <outgoingServer type="smtp">
            <hostname>mail.cyon.ch</hostname>
            <port>465</port>
            <socketType>SSL</socketType>
            <username>%EMAILADDRESS%</username>
            <authentication>password-cleartext</authentication>
        </outgoingServer>

        <documentation url="http://cyon.to/thunderbird">
            <descr lang="en">Configure Thunderbird for IMAP</descr>
            <descr lang="de">Thunderbird mit IMAP konfigurieren</descr>
        </documentation>
    </emailProvider>

    <!-- More info about this feature: https://bugzilla.mozilla.org/show_bug.cgi?id=973005 -->
    <webMail>
        <loginPageu rl="https://webmail.cyon.ch/" />
        <loginPageInfo url="https://webmail.cyon.ch/">
            <username>%EMAILADDRESS%</username>
            <usernameField id="username" name="email" />
            <passwordField id="password" name="password" />
            <loginButton id="submitbt" name="submitbt"/>
        </loginPageInfo>
    </webMail>
</clientConfig>
