@@ -18,61 +18,61 @@ default = true
1818#
1919vdir.home-dir = " /tmp/posteo"
2020
21- # # ###############################################################
22- # # CardDAV section #
23- # # ###############################################################
24- # #
25- # # Configuration of addressbooks relying on the CardDAV protocol, as
26- # # defined in [RFC6352].
27- # #
28- # # [RFC6352]: https://datatracker.ietf.org/doc/html/rfc6352
21+ # ###############################################################
22+ # CardDAV section #
23+ # ###############################################################
24+ #
25+ # Configuration of addressbooks relying on the CardDAV protocol, as
26+ # defined in [RFC6352].
27+ #
28+ # [RFC6352]: https://datatracker.ietf.org/doc/html/rfc6352
2929
30- # # There is 3 ways to find a CardDAV addressbook home URI:
31- # #
32- # # 1. By using HTTP discovery, as defined in the Well Known RFC8615
33- # # 2. By using the root CardDAV server URI
34- # # 3. By using directy the CardDAV addressbook home set URI
35- # #
36- # # The first method is the slowest because it requires a couple of HTTP
37- # # requests to get the addressbook home URI, but it the safest because
38- # # the URI should never change.
39- # #
40- # # The third method is the fastest because it requires only one single
41- # # HTTP request, but it is the least safe because URI can change
42- # # anytime.
43- # #
44- # # The second method can be a good compromise between speed and safety.
30+ # There is 3 ways to find a CardDAV addressbook home URI:
31+ #
32+ # 1. By using HTTP discovery, as defined in the Well Known RFC8615
33+ # 2. By using the root CardDAV server URI
34+ # 3. By using directy the CardDAV addressbook home set URI
35+ #
36+ # The first method is the slowest because it requires a couple of HTTP
37+ # requests to get the addressbook home URI, but it the safest because
38+ # the URI should never change.
39+ #
40+ # The third method is the fastest because it requires only one single
41+ # HTTP request, but it is the least safe because URI can change
42+ # anytime.
43+ #
44+ # The second method can be a good compromise between speed and safety.
4545
46- # # To discover the CardDAV addressbook home URI, only the host name is
47- # # required.
48- # #
49- # carddav.discover.host = "example.org"
50- # # carddav.discover.port = 443
51- # # carddav.discover.scheme = "https"
46+ # To discover the CardDAV addressbook home URI, only the host name is
47+ # required.
48+ #
49+ carddav.discover.host = " example.org"
50+ # carddav.discover.port = 443
51+ # carddav.discover.scheme = "https"
5252
53- # # The root CardDAV server URI, which should contain all the users'
54- # # addressbooks.
55- # #
56- # carddav.server-uri = "https://carddav.example.org"
53+ # The root CardDAV server URI, which should contain all the users'
54+ # addressbooks.
55+ #
56+ # carddav.server-uri = "https://carddav.example.org"
5757
58- # # The CardDAV addressbook home URI, which should contain all your
59- # # addressbooks.
60- # #
61- # carddav.home-uri = "https://carddav.example.org/principals"
58+ # The CardDAV addressbook home URI, which should contain all your
59+ # addressbooks.
60+ #
61+ # carddav.home-uri = "https://carddav.example.org/principals"
6262
63- # # The plain authentication method (not safe).
64- # #
65- # # carddav.auth = "plain"
63+ # The plain authentication method (not safe).
64+ #
65+ # carddav.auth = "plain"
6666
67- # # The Basic access authentication method.
68- # #
69- # carddav.auth.basic.username = "username"
70- # carddav.auth.basic.password.command = ["pass", "show", "example"]
71- # # carddav.auth.basic.password.keyring = "example-basic"
72- # # carddav.auth.basic.password.raw = "password"
67+ # The Basic access authentication method.
68+ #
69+ carddav.auth.basic.username = " username"
70+ carddav.auth.basic.password.command = [" pass" , " show" , " example" ]
71+ # carddav.auth.basic.password.keyring = "example-basic"
72+ # carddav.auth.basic.password.raw = "password"
7373
74- # # The Bearer token authorization method, mainly for OAuth 2.0 usage.
75- # #
76- # # carddav.auth.bearer.command = ["ortie", "token", "show"]
77- # # carddav.auth.bearer.keyring = "example-bearer"
78- # # carddav.auth.bearer.raw = "oauth2-token"
74+ # The Bearer token authorization method, mainly for OAuth 2.0 usage.
75+ #
76+ # carddav.auth.bearer.command = ["ortie", "token", "show"]
77+ # carddav.auth.bearer.keyring = "example-bearer"
78+ # carddav.auth.bearer.raw = "oauth2-token"
0 commit comments