mirror of
https://github.com/moparisthebest/davmail
synced 2024-12-13 03:02:22 -05:00
Fix inbox resourcetype
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@249 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
0b3d0c89f6
commit
8b91796bed
@ -256,7 +256,7 @@ public class CaldavConnection extends AbstractConnection {
|
||||
if (request.hasProperty("resourcetype")) {
|
||||
buffer.append(" <D:resourcetype>\n");
|
||||
buffer.append(" <D:collection/>\n");
|
||||
buffer.append(" <C:calendar xmlns:C=\"urn:ietf:params:xml:ns:caldav\"/>\n");
|
||||
buffer.append(" <C:schedule-inbox xmlns:C=\"urn:ietf:params:xml:ns:caldav\"/>\n");
|
||||
buffer.append(" </D:resourcetype>\n");
|
||||
}
|
||||
if (request.hasProperty("getctag")) {
|
||||
|
Loading…
Reference in New Issue
Block a user