<?xml version="1.0" encoding="utf-8" ?>
<clientConfig version="1.1">
  <emailProvider id="tw.mailhappen.com">
    <domain>tw.mailhappen.com</domain>
    <displayName>Taiwan Mailhappen</displayName>
    <displayShortName>TWMHP</displayShortName>
    <incomingServer type="imap">
      <hostname>tw.mailhappen.com</hostname>
      <port>993</port>
      <socketType>SSL</socketType>
      <username>%EMAILADDRESS%</username>
      <authentication>password-cleartext</authentication>
    </incomingServer>
    <outgoingServer type="smtp">
      <hostname>tw.mailhappen.com</hostname>
      <port>587</port>
      <socketType>STARTTLS</socketType>
      <username>%EMAILADDRESS%</username>
      <authentication>password-cleartext</authentication>
    </outgoingServer>
  </emailProvider>
</clientConfig>
