tsuki: add well-known autoconfig for thunderbird mail
This commit is contained in:
parent
d5ae85092c
commit
0df70d6c72
|
@ -0,0 +1,25 @@
|
|||
<?xml version="1.0"?>
|
||||
<clientConfig version="1.1">
|
||||
<emailProvider id="nani.wtf">
|
||||
<domain>nani.wtf</domain>
|
||||
|
||||
<displayName>nani.wtf</displayName>
|
||||
|
||||
<incomingServer type="imap">
|
||||
<hostname>imap.nani.wtf</hostname>
|
||||
<port>993</port>
|
||||
<socketType>SSL</socketType>
|
||||
<username>%EMAILADDRESS%</username>
|
||||
<authentication>password-cleartext</authentication>
|
||||
</incomingServer>
|
||||
|
||||
<outgoingServer type="smtp">
|
||||
<hostname>smtp.nani.wtf</hostname>
|
||||
<port>587</port>
|
||||
<socketType>STARTTLS</socketType>
|
||||
<username>%EMAILADDRESS%</username>
|
||||
<authentication>password-cleartext</authentication>
|
||||
<useGlobalPreferredServer>true</useGlobalPreferredServer>
|
||||
</outgoingServer>
|
||||
</emailProvider>
|
||||
</clientConfig>
|
Loading…
Reference in New Issue