We should turn this library into a general-purpose webdav library.
A plugin system should allow for extensibility.
CalDAV and CardDAV should be moved out of the core lib and into their own plugins.
(Their API should remain the same though)
Additional plugins that are needed for the Files App:
- Files
- FileComments
- FileVersioning
- (Trashbin?)
- SystemTags
It should be enough if the core lib provides:
- Parser
- Request
- DavObject
- DavCollection
- XMLBuilder
(The entire principal stuff should be part of the CalDAV / CardDAV plugin)
We should turn this library into a general-purpose webdav library.
A plugin system should allow for extensibility.
CalDAV and CardDAV should be moved out of the core lib and into their own plugins.
(Their API should remain the same though)
Additional plugins that are needed for the Files App:
It should be enough if the core lib provides:
(The entire principal stuff should be part of the CalDAV / CardDAV plugin)