<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
  <emailProvider id="araxa.inf.br">
    <domain>araxa.inf.br</domain>
    <displayName>ARAXA Email Service</displayName>
    <displayShortName>ARAXA</displayShortName>
    
    <!-- Configuração POP3 -->
    <incomingServer type="pop3">
      <hostname>pop3.araxa.inf.br</hostname>
      <port>995</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>
    
    <!-- Configuração SMTP -->
    <outgoingServer type="smtp">
      <hostname>smtp.araxa.inf.br</hostname>
      <port>587</port>
      <socketType>STARTTLS</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </outgoingServer>
  </emailProvider>
</clientConfig>
