Revision control
Copy as Markdown
Other Tools
<?xml version="1.0" encoding="UTF-8"?>
<clientConfig>
<emailProvider id="pop3.test">
<domain>pop3.test</domain>
<displayName>John Doe</displayName>
<incomingServer type="imap">
<hostname>localhost</hostname>
<port>1993</port>
<socketType>plain</socketType>
<username>john.doe@pop3.test</username>
<password>abc12345</password>
<authentication>plain</authentication>
</incomingServer>
<incomingServer type="pop3">
<hostname>pop.pop3.test</hostname>
<port>110</port>
<socketType>plain</socketType>
<username>john.doe@pop3.test</username>
<password>abc12345</password>
<authentication>plain</authentication>
</incomingServer>
<outgoingServer type="smtp">
<hostname>localhost</hostname>
<port>1587</port>
<socketType>plain</socketType>
<username>john.doe@pop3.test</username>
<password>abc12345</password>
<authentication>plain</authentication>
<useGlobalPreferredServer>false</useGlobalPreferredServer>
</outgoingServer>
</emailProvider>
</clientConfig>