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