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