vdirsyncer/vdirsyncer
Markus Unterwaditzer b5df8a4514 Possible fix for #49
- Radicale incorrectly unquotes URLs
  - Older versions of radicale are so buggy they fail to look up items
    with url quotes in them.
  - ownCloud/SabreDAV follows the rebustness principle such that it
    takes anything, but returns properly encoded URLs.

Conclusion: Send broken, unquoted URLs, because both sides seem to be
happy with them. As wrong as it might seem, it works.
2014-05-13 19:32:59 +02:00
..
storage Possible fix for #49 2014-05-13 19:32:59 +02:00
__init__.py Version 0.1.4 2014-04-30 01:19:48 +02:00
cli.py Possible fix for #50 2014-05-12 20:08:38 +02:00
exceptions.py Move "obscure" exceptions into their own modules 2014-05-03 00:17:39 +02:00
log.py Improve logging code 2014-04-19 16:46:24 +02:00
sync.py Fix #51 2014-05-13 19:25:16 +02:00
utils.py Possible fix for #49 2014-05-13 19:32:59 +02:00