<?xml version="1.0"?>
<clientConfig version="1.1">
    <emailProvider id="yuma0ppai.me">
        <domain>yuma0ppai.me</domain>
        <displayName>yuma0ppai.me</displayName>
        <displayShortName>yuma0ppai.me</displayShortName>
        <incomingServer type="imap">
            <hostname>mail.yuma0ppai.me</hostname>
            <port>993</port>
            <socketType>SSL</socketType>
            <authentication>password-cleartext</authentication>
            <username>%EMAILADDRESS%</username>
        </incomingServer>
        <outgoingServer type="smtp">
            <hostname>mail.yuma0ppai.me</hostname>
            <port>465</port>
            <socketType>SSL</socketType>
            <authentication>password-cleartext</authentication>
            <username>%EMAILADDRESS%</username>
        </outgoingServer>
    </emailProvider>
</clientConfig>
