Bug 328328

Summary: Support WebDAV in the pimcommon storage service
Product: [Applications] kmail2 Reporter: Luca Beltrame <lbeltrame>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: wishlist CC: montel
Priority: NOR    
Version First Reported In: Git (master)   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In: 4.13
Sentry Crash Report:

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 :)