mirror of
https://github.com/moparisthebest/davmail
synced 2025-01-12 22:18:11 -05:00
Carddav: add contact create or update log statement
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1209 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
1406d34ee3
commit
93e62aa9a4
@ -2776,6 +2776,7 @@ public abstract class ExchangeSession {
|
||||
properties.put("haspicture", "true");
|
||||
}
|
||||
}
|
||||
LOGGER.debug("Create or update contact "+itemName+": "+properties);
|
||||
// reset missing properties to null
|
||||
for (String key : CONTACT_ATTRIBUTES) {
|
||||
if (!"imapUid".equals(key) && !"etag".equals(key) && !"urlcompname".equals(key)
|
||||
@ -2784,7 +2785,6 @@ public abstract class ExchangeSession {
|
||||
properties.put(key, null);
|
||||
}
|
||||
}
|
||||
|
||||
return internalCreateOrUpdateContact(folderPath, itemName, properties, etag, noneMatch);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user