<clientConfig version="1.1">

<emailProvider id="mail.wildict.net">

<domain>mail.wildict.net</domain>

<incomingServer type="imap">

<hostname>mail.wildict.net</hostname>
<port>993</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>

</incomingServer>

<outgoingServer type="smtp">

<hostname>mail.wildict.net</hostname>
<port>465</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>

</outgoingServer>

</emailProvider>

</clientConfig>