mail autoconfig: fix imap server type

This commit is contained in:
Alice Gaudon 2020-11-08 11:44:53 +01:00
parent 52ed852378
commit 58bb353c51
1 changed files with 2 additions and 2 deletions

View File

@ -8,13 +8,13 @@
<displayName>{{ display_name }}</displayName>
<displayShortName>{{ display_name_short }}</displayShortName>
<outgoingServer type="imap">
<incomingServer type="imap">
<hostname>{{ imap.server }}</hostname>
<port>{{ imap.port }}</port>
<socketType>{{ imap.method }}</socketType>
<username>{{ username }}</username>
<authentication>{{ auth_method }}</authentication>
</outgoingServer>
</incomingServer>
<incomingServer type="pop3">
<hostname>{{ pop3.server }}</hostname>