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