<?xml version="1.0" encoding="utf-8" ?>
<clientConfig version="1.1">
    <emailProvider id="borax.es">
      <domain>borax.es</domain>

      <displayName>Correo Borax</displayName>
      <displayShortName>Borax</displayShortName>

      <incomingServer type="imap">
         <hostname>mail.borax.es</hostname>
         <port>993</port>
         <socketType>SSL</socketType>
         <username>%EMAILADDRESS%</username>
         <authentication>password-cleartext</authentication>
      </incomingServer>

      <outgoingServer type="smtp">
         <hostname>mail.borax.es</hostname>
         <port>465</port>
         <socketType>SSL</socketType> 
         <username>%EMAILADDRESS%</username> 
         <authentication>password-cleartext</authentication>
         <addThisServer>true</addThisServer>
         <useGlobalPreferredServer>true</useGlobalPreferredServer>
      </outgoingServer>

    </emailProvider>

</clientConfig>
