Changes

Jump to: navigation, search

Thunderbird:Autoconfiguration:ConfigFileFormat

1,077 bytes added, 03:59, 2 January 2021
Add calendar and address book to the spec, so that TB can autoconfigure them
<displayShortName>GMail</displayShortName>
<!-- type=
"imap": IMAP
"pop3": POP3
-->
<incomingServer type="pop3">
<hostname>pop.example.com</hostname>
-->
<username>%EMAILLOCALPART%</username>
<!-- Authentication methods: "password-cleartext", "plain" (deprecated):
Send password in the clear
(dangerous, if SSL isn't used either).
AUTH PLAIN, LOGIN or protocol-native login.
"password-encrypted",
"secure" (deprecated):
A secure encrypted password mechanism.
Can be CRAM-MD5 or DIGEST-MD5. Not NTLM.
"none":
No authentication
Compatibility note: Thunderbird 3.0 accepts only "plain" and "secure". It will ignore the whole XML file, if other values are given. -->
<authentication>password-cleartext</authentication>
<pop3>
</emailProvider>
 
<!-- Syncronize the user's address book / contacts. Not yet implemented. -->
<addressbook type="carddav">
<username>%EMAILADDRESS%</username> <!-- see <incomingServer> -->
<!-- Authentication methods. See also <incomingServer>.
"http-basic":
Authenticate to the HTTP server using
WWW-Authenticate: Basic
"http-digest":
Authenticate to the HTTP server using
WWW-Authenticate: Digest
"OAuth2":
OAuth2. Uses the same token as for email.
-->
<authentication>http-basic</authentication>
<serverURL>https://calendar.example.com/remote.php/dav<serverURL>
</addressbook>
 
<!-- Syncronize the user's calendar. Not yet implemented. -->
<calendar type="caldav">
<username>%EMAILADDRESS%</username> <!-- see <incomingServer> -->
<authentication>http-basic</authentication> <!-- see <addressbook> -->
<serverURL>https://calendar.example.com/remote.php/dav<serverURL>
</calendar> <!-- not yet supported -->
<!-- This allows to access the webmail service of the provider.
Confirm
591
edits

Navigation menu