mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-23 13:59:32 +00:00
(feat) trivial warning for encrypted mails
This commit is contained in:
@@ -302,6 +302,11 @@
|
||||
message: formattedMessage
|
||||
};
|
||||
}
|
||||
else if (part.type == 'UIxMailPartEncryptedViewer') {
|
||||
_this.$smime = {
|
||||
message: "THIS MAIL IS ENCRYPTED!"
|
||||
};
|
||||
}
|
||||
_.forEach(part.content, function(mixedPart) {
|
||||
_visit(mixedPart);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user