Revision control
Copy as Markdown
Other Tools
<?xml version="1.0" encoding="UTF-8"?>
<clientConfig>
<emailProvider id="test.test">
<domain>test.test</domain>
<displayName>Example Oauth</displayName>
<incomingServer type="imap">
<hostname>test.test</hostname>
<port>143</port>
<socketType>plain</socketType>
<username>%EMAILLOCALPART%</username>
<authentication>OAuth2</authentication>
</incomingServer>
<outgoingServer type="smtp">
<hostname>test.test</hostname>
<port>587</port>
<socketType>plain</socketType>
<username>%EMAILLOCALPART%</username>
<authentication>OAuth2</authentication>
<useGlobalPreferredServer>false</useGlobalPreferredServer>
</outgoingServer>
</emailProvider>
</clientConfig>