<?xml version="1.0"?>

<!-- https://wiki.mozilla.org/Thunderbird:Autoconfiguration:ConfigFileFormat -->

<clientConfig version="1.1">
    <emailProvider id="opencaching.pl">
        <domain>opencaching.pl</domain>

        <incomingServer type="imap">
            <hostname>mail.opencaching.pl</hostname>
            <port>993</port>
            <socketType>SSL</socketType>
            <username>%EMAILADDRESS%</username>
            <authentication>password-cleartext</authentication>
        </incomingServer>

        <outgoingServer type="smtp">
            <hostname>mail.opencaching.pl</hostname>
            <port>465</port>
            <socketType>SSL</socketType>
            <username>%EMAILADDRESS%</username>
            <authentication>password-cleartext</authentication>
            <addThisServer>true</addThisServer>
            <useGlobalPreferredServer>false</useGlobalPreferredServer>
        </outgoingServer>
    </emailProvider>
    <webMail>
      <loginPage url="https://mail.opencaching.pl/login/" />
      <loginPageInfo url="https://mail.example.com/login/">
        <username>%EMAILADDRESS%</username>
        <usernameField name="_user" />
        <passwordField name="_pass" />
        <loginButton id="rcmloginsubmit"/>
      </loginPageInfo>
    </webMail>
</clientConfig>
