mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Merge branch '0.16-maintenance'
This commit is contained in:
commit
6e0e674fe3
1 changed files with 68 additions and 66 deletions
|
|
@ -223,6 +223,7 @@ CalDAV and CardDAV
|
||||||
CardDAV.
|
CardDAV.
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
[storage example_for_carddav]
|
[storage example_for_carddav]
|
||||||
type = "carddav"
|
type = "carddav"
|
||||||
url = "..."
|
url = "..."
|
||||||
|
|
@ -238,18 +239,19 @@ CalDAV and CardDAV
|
||||||
:param username: Username for authentication.
|
:param username: Username for authentication.
|
||||||
:param password: Password for authentication.
|
:param password: Password for authentication.
|
||||||
:param verify: Verify SSL certificate, default True. This can also be a
|
:param verify: Verify SSL certificate, default True. This can also be a
|
||||||
local path to a self-signed SSL certificate. See :ref:`ssl-tutorial`
|
local path to a self-signed SSL certificate. See
|
||||||
for more information.
|
:ref:`ssl-tutorial` for more information.
|
||||||
:param verify_fingerprint: Optional. SHA1 or MD5 fingerprint of the
|
:param verify_fingerprint: Optional. SHA1 or MD5 fingerprint of the expected
|
||||||
expected server certificate. See :ref:`ssl-tutorial` for more
|
server certificate. See :ref:`ssl-tutorial` for
|
||||||
information.
|
more information.
|
||||||
:param auth: Optional. Either ``basic``, ``digest`` or ``guess``. The
|
:param auth: Optional. Either ``basic``, ``digest`` or ``guess``. The
|
||||||
default is preemptive Basic auth, sending credentials even if server
|
default is preemptive Basic auth, sending credentials even if
|
||||||
didn't request them. This saves from an additional roundtrip per
|
server didn't request them. This saves from an additional
|
||||||
request. Consider setting ``guess`` if this causes issues with your
|
roundtrip per request. Consider setting ``guess`` if this
|
||||||
server.
|
causes issues with your server.
|
||||||
:param auth_cert: Optional. Either a path to a certificate with a client
|
:param auth_cert: Optional. Either a path to a certificate with a client
|
||||||
certificate and the key or a list of paths to the files with them.
|
certificate and the key or a list of paths to the files
|
||||||
|
with them.
|
||||||
:param useragent: Default ``vdirsyncer``.
|
:param useragent: Default ``vdirsyncer``.
|
||||||
|
|
||||||
Google
|
Google
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue