mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-07 01:15:09 +00:00
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:
@@ -544,6 +544,10 @@
|
||||
}
|
||||
};
|
||||
|
||||
this.activateRawContent = function ($event) {
|
||||
this.openInPopup('viewRaw');
|
||||
};
|
||||
|
||||
this.print = function($event) {
|
||||
$window.print();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user