<clientConfig version="1.1">
  <emailProvider id="frykholm.com">
    <domain>frykholm.com</domain>
    <displayName>Frykholm.com Email</displayName>
    <displayShortName>frykholm.com</displayShortName>
    <incomingServer type="imap">
      <hostname>mail.frykholm.com</hostname>
      <port>143</port>
      <socketType>STARTTLS</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILLOCALPART%</username>
    </incomingServer>
    <outgoingServer type="smtp">
      <hostname>mail.frykholm.com</hostname>
      <port>587</port>
      <socketType>STARTTLS</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILLOCALPART%</username>
    </outgoingServer>
  </emailProvider>
</clientConfig>
