<?xml version="1.0" encoding="utf-8" ?>

<clientConfig version="1.1">
    <emailProvider id="MessagingEngine">
        <domain>mail.postale.io</domain>

        <displayName>mail.postale.io</displayName>
        <displayShortName>mail.postale.io</displayShortName>

        <incomingServer type="imap">
            <hostname>mail.postale.io</hostname>
            <port>993</port>
            <socketType>SSL</socketType>
            <authentication>password-cleartext</authentication>
            <username>%EMAILADDRESS%</username>
        </incomingServer>
        <incomingServer type="pop3">
            <hostname>mail.postale.io</hostname>
            <port>995</port>
            <socketType>SSL</socketType>
            <authentication>password-cleartext</authentication>
            <username>%EMAILADDRESS%</username>
        </incomingServer>
        <outgoingServer type="smtp">
            <hostname>mail.postale.io</hostname>
            <port>465</port>
            <socketType>SSL</socketType>
            <authentication>password-cleartext</authentication>
            <username>%EMAILADDRESS%</username>
        </outgoingServer>
        <instruction url="https://mail.postale.io/doc/instructions">
            <descr lang="en">Server Names and Ports</descr>
        </instruction>
    </emailProvider>
</clientConfig>