TF-1718 Implement unsubscribeMail on Jmap server

Signed-off-by: dab246 <tdvu@linagora.com>
(cherry picked from commit 0f61a97aab513cda75c65e3c92ebcf8f6290b6ec)
This commit is contained in:
dab246
2023-11-16 12:48:38 +07:00
committed by Dat Vu
parent 4d8c7dc52e
commit a6ecaf321d
18 changed files with 169 additions and 36 deletions
+11 -1
View File
@@ -1,5 +1,5 @@
{
"@@last_modified": "2023-11-16T00:29:04.650547",
"@@last_modified": "2023-11-16T12:39:33.304952",
"initializing_data": "Initializing data...",
"@initializing_data": {
"type": "text",
@@ -3517,5 +3517,15 @@
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"mailUnsubscribedMessage": "You unsubscribe from {senderName}",
"@mailUnsubscribedMessage": {
"type": "text",
"placeholders_order": [
"senderName"
],
"placeholders": {
"senderName": {}
}
}
}