From ea259f27859da0e00728e35ecaff73ac4dcf2422 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sun, 15 Jun 2014 11:22:37 +0200 Subject: [PATCH] Add important note. --- vdirsyncer/storage/dav.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vdirsyncer/storage/dav.py b/vdirsyncer/storage/dav.py index 416841b..5383f12 100644 --- a/vdirsyncer/storage/dav.py +++ b/vdirsyncer/storage/dav.py @@ -226,6 +226,12 @@ class DavSession(object): 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 username: Username for authentication. :param password: Password for authentication.