1
0
mirror of https://github.com/moparisthebest/davmail synced 2024-12-13 03:02:22 -05:00

Caldav: fix regression, do not encode @ in calendar-user-address-set

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1748 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2011-07-26 21:16:12 +00:00
parent 4075baecda
commit ffa4c70738

View File

@ -952,7 +952,7 @@ public class CaldavConnection extends AbstractConnection {
}
if (request.hasProperty("calendar-user-address-set") && "users".equals(prefix)) {
response.appendHrefProperty("C:calendar-user-address-set", "mailto:" + actualPrincipal);
response.appendProperty("C:calendar-user-address-set", null, "<D:href>" + "mailto:" + actualPrincipal + "</D:href>");
}
if (request.hasProperty("addressbook-home-set") && "users".equals(prefix)) {