Revision control

Copy as Markdown

Other Tools

<?xml version="1.0" encoding="UTF-8"?>
<clientConfig>
<emailProvider id="external.test">
<domain>external.test</domain>
<displayName>Example Oauth</displayName>
<incomingServer type="imap">
<hostname>external.test</hostname>
<port>143</port>
<socketType>plain</socketType>
<username>%EMAILADDRESS%</username>
<authentication>OAuth2</authentication>
</incomingServer>
<incomingServer type="pop3">
<hostname>a%EMAILDOMAIN%</hostname>
<port>143</port>
<socketType>STARTTLS</socketType>
<username>%EMAILADDRESS%</username>
<authentication>plain</authentication>
</incomingServer>
<outgoingServer type="smtp">
<hostname>external.test</hostname>
<port>587</port>
<socketType>plain</socketType>
<username>%EMAILADDRESS%</username>
<authentication>OAuth2</authentication>
<useGlobalPreferredServer>false</useGlobalPreferredServer>
</outgoingServer>
</emailProvider>
</clientConfig>