TF-4195 Add Label to Thread

This commit is contained in:
dab246
2026-01-06 12:35:13 +07:00
committed by Dat H. Pham
parent ef1efc9310
commit 94fd6f8071
34 changed files with 829 additions and 40 deletions
@@ -50,4 +50,13 @@ extension ListEmailIdExtension on List<EmailId> {
emailId.id: KeyWordIdentifier.emailForwarded.generateForwardedActionPath()
};
}
Map<Id, PatchObject> generateMapUpdateObjectLabel(
KeyWordIdentifier labelKeyword,
) {
return {
for (var emailId in this)
emailId.id: labelKeyword.generateLabelActionPath()
};
}
}