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:
parent
4075baecda
commit
ffa4c70738
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user