mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-17 21:03:16 +00:00
fix(core): handle bogus CardDAV clients
This commit is contained in:
@@ -1121,6 +1121,7 @@ static NSArray *childRecordFields = nil;
|
||||
{
|
||||
davSQLFieldsTable = [NSMutableDictionary new];
|
||||
[davSQLFieldsTable setObject: @"c_version" forKey: @"{DAV:}getetag"];
|
||||
[davSQLFieldsTable setObject: @"c_version" forKey: @"{http://calendarserver.org/ns/}getetag"];
|
||||
[davSQLFieldsTable setObject: @"" forKey: @"{DAV:}getcontenttype"];
|
||||
[davSQLFieldsTable setObject: @"" forKey: @"{DAV:}resourcetype"];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user