mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-05 06:07:35 +03:00
Correct Content-Type for VLIST in HTTP header
This commit is contained in:
parent
c1d279e63f
commit
a2a046f35f
3 changed files with 12 additions and 6 deletions
|
@ -42,6 +42,11 @@ MIMETYPES = {
|
|||
"VADDRESSBOOK": "text/vcard",
|
||||
"VCALENDAR": "text/calendar"}
|
||||
|
||||
OBJECT_MIMETYPES = {
|
||||
"VCARD": "text/vcard",
|
||||
"VLIST": "text/x-vlist",
|
||||
"VCALENDAR": "text/calendar"}
|
||||
|
||||
NAMESPACES = {
|
||||
"C": "urn:ietf:params:xml:ns:caldav",
|
||||
"CR": "urn:ietf:params:xml:ns:carddav",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue