Bug 328328 - Support WebDAV in the pimcommon storage service
Summary: Support WebDAV in the pimcommon storage service
Status: RESOLVED FIXED
Alias: None
Product: kmail2
Classification: Applications
Component: general (other bugs)
Version First Reported In: Git (master)
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-02 14:19 UTC by Luca Beltrame
Modified: 2014-02-20 11:30 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 4.13
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Luca Beltrame 2013-12-02 14:19:46 UTC
The current preliminary work for storage going on in pimcommon includes services like Dropbox. However, given KDE's FOSS nature, Free alternatives should also be implemented. In particular, WebDAV is an open standard to handle remote file storage, well integrated in the workspace, and supported by major self hosted file solutions (Kolab's chwala and ownCloud).


Reproducible: Always
Comment 1 Laurent Montel 2013-12-04 08:43:56 UTC
I added template for it.
But now I need spec for it :)
(and a test server :) )
Comment 2 Luca Beltrame 2013-12-04 09:00:31 UTC
In data mercoledì 4 dicembre 2013 08:43:56, hai scritto:

> I added template for it.
> But now I need spec for it :)

The official specification is at http://tools.ietf.org/html/rfc4918
Wikipedia page (not authoritative I know ;): 
http://en.wikipedia.org/wiki/WebDAV

But KIO has a webdav ioslave you can borrow things from, it may be much 
simpler like that.

As far as I can see it's in kdelibs, in kioslave/http/http.cpp.

I can provide webdav access once things are implemented, ping me when you need 
it.
Comment 3 Laurent Montel 2013-12-04 09:09:41 UTC
Ok thanks. I will investigate it
I will ping you before 4.13 :)

regards.
Comment 4 Laurent Montel 2014-02-20 11:30:42 UTC
Finally fixed :)