mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Add important note.
This commit is contained in:
parent
fadff19752
commit
ea259f2785
1 changed files with 6 additions and 0 deletions
|
|
@ -226,6 +226,12 @@ class DavSession(object):
|
||||||
class DavStorage(Storage):
|
class DavStorage(Storage):
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
Please also see :ref:`server_support` for very important information,
|
||||||
|
as changing some of the default options might be very dangerous with
|
||||||
|
some servers.
|
||||||
|
|
||||||
:param url: Base URL or an URL to a collection.
|
:param url: Base URL or an URL to a collection.
|
||||||
:param username: Username for authentication.
|
:param username: Username for authentication.
|
||||||
:param password: Password for authentication.
|
:param password: Password for authentication.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue