mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-22 02:17:26 +00:00
fix description
This commit is contained in:
parent
5775cab175
commit
7db80458dd
@ -20,7 +20,7 @@ echo "<?xml version="1.0" encoding="UTF-8"?>
|
|||||||
<array>
|
<array>
|
||||||
<dict>
|
<dict>
|
||||||
<key>CalDAVAccountDescription</key>
|
<key>CalDAVAccountDescription</key>
|
||||||
<string>Mail-in-a-Box Calendar</string>
|
<string>$PRIMARY_HOSTNAME calendar</string>
|
||||||
<key>CalDAVHostName</key>
|
<key>CalDAVHostName</key>
|
||||||
<string>$PRIMARY_HOSTNAME</string>
|
<string>$PRIMARY_HOSTNAME</string>
|
||||||
<key>CalDAVPort</key>
|
<key>CalDAVPort</key>
|
||||||
@ -46,7 +46,7 @@ echo "<?xml version="1.0" encoding="UTF-8"?>
|
|||||||
</dict>
|
</dict>
|
||||||
<dict>
|
<dict>
|
||||||
<key>EmailAccountDescription</key>
|
<key>EmailAccountDescription</key>
|
||||||
<string>Mail-in-a-Box Mail</string>
|
<string>$PRIMARY_HOSTNAME mail</string>
|
||||||
<key>EmailAccountType</key>
|
<key>EmailAccountType</key>
|
||||||
<string>EmailTypeIMAP</string>
|
<string>EmailTypeIMAP</string>
|
||||||
<key>IncomingMailServerAuthentication</key>
|
<key>IncomingMailServerAuthentication</key>
|
||||||
@ -90,7 +90,7 @@ echo "<?xml version="1.0" encoding="UTF-8"?>
|
|||||||
</dict>
|
</dict>
|
||||||
<dict>
|
<dict>
|
||||||
<key>CardDAVAccountDescription</key>
|
<key>CardDAVAccountDescription</key>
|
||||||
<string>Mail-in-a-Box Contacts</string>
|
<string>$PRIMARY_HOSTNAME contacts</string>
|
||||||
<key>CardDAVHostName</key>
|
<key>CardDAVHostName</key>
|
||||||
<string>$PRIMARY_HOSTNAME</string>
|
<string>$PRIMARY_HOSTNAME</string>
|
||||||
<key>CardDAVPort</key>
|
<key>CardDAVPort</key>
|
||||||
|
Loading…
Reference in New Issue
Block a user