mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-13 01:18:04 +00:00
Webmail: add "load images" button to mail viewer
This commit is contained in:
@@ -131,6 +131,7 @@
|
||||
* @returns the HTML representation of the body
|
||||
*/
|
||||
Message.prototype.$content = function() {
|
||||
this.hasUnsafeContent = (this.content.indexOf(' unsafe-') > -1);
|
||||
return Message.$sce.trustAs('html', this.content);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user