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