mirror of
https://github.com/moparisthebest/davmail
synced 2025-01-06 03:08:02 -05:00
Carddav: iPhone iOS4 compatibility
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1158 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
419c8cdbb7
commit
5a734d8a8a
@ -879,7 +879,7 @@ public class CaldavConnection extends AbstractConnection {
|
||||
}
|
||||
|
||||
if (request.hasProperty("addressbook-home-set") && "users".equals(prefix)) {
|
||||
response.appendHrefProperty("E:addressbook-home-set", "/users/" + actualPrincipal + '/');
|
||||
response.appendHrefProperty("E:addressbook-home-set", "/users/" + actualPrincipal + "/contacts/");
|
||||
}
|
||||
|
||||
if ("users".equals(prefix)) {
|
||||
|
Loading…
Reference in New Issue
Block a user