<?xml version="1.0"?>
<clientConfig version="1.1">
    <emailProvider id="medicine-it.ru">
        <displayName>Medicine IT email</displayName>

        <incomingServer type="imap">
            <hostname>mail.medicine-it.ru</hostname>
            <port>993</port>
            <socketType>SSL</socketType>
            <username>%EMAILADDRESS%</username>
            <authentication>password-cleartext</authentication>
        </incomingServer>

        <outgoingServer type="smtp">
            <hostname>mail.medicine-it.ru</hostname>
            <port>465</port>
            <socketType>SSL</socketType>
            <username>%EMAILADDRESS%</username>
            <authentication>password-cleartext</authentication>
            <addThisServer>true</addThisServer>
            <useGlobalPreferredServer>false</useGlobalPreferredServer>
        </outgoingServer>
    </emailProvider>

</clientConfig>