Skip to content

Commit

Permalink
🎨 Minor indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
madmath03 committed Mar 2, 2019
1 parent 04f5757 commit 9bfa406
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions views/autoconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
<displayShortName>%EMAILLOCALPART%</displayShortName>

<incomingServer type="imap">
<hostname>{{imap.host}}</hostname>
<port>{{imap.port}}</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<hostname>{{imap.host}}</hostname>
<port>{{imap.port}}</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>

<outgoingServer type="smtp">
<hostname>{{smtp.host}}</hostname>
<port>{{smtp.port}}</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
<hostname>{{smtp.host}}</hostname>
<port>{{smtp.port}}</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</outgoingServer>
</emailProvider>
</clientConfig>

0 comments on commit 9bfa406

Please sign in to comment.