<?xml version="1.0"?>
<clientConfig version="1.1">
  <emailProvider id="true1.dev">
    <domain>true1.dev</domain>
    <displayName>True1 Mail</displayName>
    <displayShortName>True1</displayShortName>

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

    <outgoingServer type="smtp">
      <hostname>mail.true1.dev</hostname>
      <port>465</port>
      <socketType>SSL</socketType>
      <username>%EMAILADDRESS%</username>
      <authentication>password-cleartext</authentication>
    </outgoingServer>
  </emailProvider>
</clientConfig>
