feat(mail): Add 'View raw message' mail contextual option. This option open message in a popup without HTML mail CSS content modification.

This commit is contained in:
smizrahi
2024-05-22 10:15:58 +02:00
parent 9eb8039698
commit 6ac8525bfe
11 changed files with 107 additions and 3 deletions
@@ -544,6 +544,10 @@
}
};
this.activateRawContent = function ($event) {
this.openInPopup('viewRaw');
};
this.print = function($event) {
$window.print();
};