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