<clientConfig version="1.1">
<emailProvider id="ebabx.app">
<domain>ebabx.fr</domain>
<incomingServer type="imap">
<hostname>partage.ebabx.fr</hostname>
<port>993</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<outgoingServer type="smtp">
<hostname>partage.ebabx.fr</hostname>
<port>465</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</outgoingServer>
</emailProvider>
</clientConfig>