webdav

WebDAV query trouble - unable to read body of e-mail

Our group(corporate environment) needs to monitor a couple of faceless accounts' Outlook inbox for specific types of bounced e-mails. WebDAV(using C# 2.0) is one of the paths we've traveled and we're almost there ... except for one minor problem -- we're getting the response below for the e-mail body element <a:propstat> <a:status>...

Lighttpd and WebDAV for serving a Subversion repo

I've configured (at least I've tried to configure) Lighty to enable the WebDAV plugin when I go to a certain URL. I don't get any errors, so it seems to be working. How, then, do I configure it to serve my subversion repositories (of which I have many)? ...

Open source library in c# to communicate with a WebDAV server.

Does anybody know of an open source library written in C# that makes it easy to communicate with a WebDAV server? For a project I need to communicate with a server using the WebDAV protocol. I'm using VS 2008 and the .NET framework 3.5. Using Google I found multiple samples written in C# on how to make a WebDAV request. It is simple eno...

Example/How-To create calendar appointment using Exchange 03 Webdav and PHP?

I've been trying to figure this out for about two weeks. I'm able to create email items in people's folders, read the folders, all that stuff but for the life of me I can not get anything to work with the calendars. I can provide examples of the XML I'm sending to WebDav but hoping someone out there has done this and has an example? ...

WebDAV doesn't include BCC headers when retrieving mail

This seems to be intended behaviour as stated here, but I can't believe the only method of getting the BCCs is to parse Outlook Web Access' HTML code. Has anybody encountered the same limitation and found a workaround? I'd also be fine with getting the BCCs from somewhere via WebDAV and adding the header fields myself. ...

How do I read/write as the authenticated user with Apache/WebDAV?

I've set up DAV in apache2, which works great. The thing is, all read/write operations are done with the apache user's credentials. Instead I want to use the HTTP authenticated user's credentials. If I authenticate as "john", all read and write operations should use the system user john's credentials (from /etc/passwd). suEXEC seems...

Which Java-library can be used to access data via WebDAV?

That's the question: Which library can help me to access data available via WebDAV in my Java-programs? OpenSource is preferred. ...

When creating a collection via WebDAV should the name of the collection end with a slash

A WebDAV library I'm using is issuing this request MKCOL /collection HTTP/1.1 To which apache is issuing a 301 because /collection exists HTTP/1.1 301 Location: /collection/ Rather than a HTTP/1.1 405 Method Not Allowed The spec is a bit vague on this (or it could be my reading of it), but when issuing an MKCOL, should the ...

Webdav windows server 2008 not allowing doc files to save

Hi, I have setup web dav on windows server 2008. It seems to work fine but will not allow me to save a word document to the dir but it will allow a text file to be saved. Any ideas? Thanks, Alex ...

Save a message from exchange 2003 in .msg format using WEBDAV, C#

Hi, in C# .net 2.0, is there a quick and easy way to retrieve a message (including its possible attachments) from exchange 2003 and save it to disk in .MSG (outlook) format. Thanks, ...

Using Subversion and Apache

I've never used any kind of source control before although I understand the concept. What I am confused about (and perhaps just not aware) is what benefit do I achieve and/or why would I want to configure Subversion and Apache? Do I need to configure it with Apache to be able to access my repositories from other computers over a network?...

Why did Microsoft choose a RESTful API over WebDAV for BLOB storage?

Microsoft's new Windows Live Application Based Storage API is a RESTful API. More info is here. Why did they choose not to support WebDAV? ...

is WebDav necessary for Interdev?

We've got a Windows 2000 server with WebDAV enabled and are told it's insecure so we should remove it. However, we've got several developer using Interdev and Interdev-enabled sites, so we're concerned they won't be able to work anymore. Are there alternatives that will allow them to use Interdev securely, or must we disable WebDav and ...

Using WebDAV to access Exchange 2003 Inbox

How do you (using .NET) use WebDAV to get a listing of emails in a user's inbox (not your own inbox) and then get the properties and/or contents of each email? I'd like to do this without WebDAV.NET, if at all possible. ...

Hyperlink that will open document using DAV protocol?

I have a DAV server (Oracle Portal in this case). If I open word and then enter the DAV URL of a document, I'm correctly prompted for username/password and the document is checked out. I can edit it and just click Save to save it back to the server. So far, so good. What I need is a link on a web page that will open the document for edi...

How to unmount WebDAV volumes using Carbon without a lengthy blocking period?

I'm trying to unmount a WebDAV volume (mounted with FSMountServerVolumeSync()) using either FSUnmountVolumeSync() or FSEjectVolumeSync(). Thus far I've been unable to get either of them to reliably unmount the volume without blocking for more than 20 seconds. While they're blocking I can see webdavfs_agent complaining in Console.app th...

how to open webdav link with correct program on client?

We have a browser based application which integrates a webdav server. We generate URLs to specific documents on our (webdav) servlet. (https://server.com/webdav/path/to/file.doc) What we are looking for is a good way for our clients to open these links directly in the appropriate program. I.E. for a windows user, "https://server.com/web...

Editing documents seamlessly in a Web Application

We have a web application, which involves a lot of documents. In a typical use case, a document will be generated from our web application. The user download the generated document to the local file system and modify it. After this work, the user upload the modified document back to the web application. I need an easier way, to work wi...

Subversion Commit Problem: XML data was not well-formed

I'm experiencing a strange behavior of SVN. I've got SVN repository running on Apache 2.2.9 with mod_dav, mod_dav_svn and SVN 1.5.2. When I try to check out (from remote 1.5.4 client or server-local 1.5.2 client - both "default" svn binaries), I'm getting something like: mx-mac:Test mx$ svn ci -m "" Adding test.txt svn: Commit f...

Silverlight: is there a way to allow a user to open a file from isolated storage?

Hi all, I'd like to allow a user to open files in their own client applications via Silverlight. I'd like this to work similarly to WebDAV, in the sense that they could read/write the file back into Silverlight's isolated storage... Is it possible to construct a file:// link to an isolated storage file? Is there a uri scheme that is def...