Confirmed users
591
edits
(Add calendar and address book to the spec, so that TB can autoconfigure them) |
(→<addressbook>: Typos) |
||
Line 150: | Line 150: | ||
<addressbook type="carddav"> | <addressbook type="carddav"> | ||
<username>%EMAILADDRESS%</username> <!-- see <incomingServer> --> | <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> | <authentication>http-basic</authentication> | ||
<serverURL>https:// | <serverURL>https://contacts.example.com/remote.php/dav<serverURL> | ||
</addressbook> | </addressbook> | ||