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

View File

@@ -27,9 +27,11 @@
{
id handler;
NSException *ex;
BOOL rawContent;
}
- (NSString *) flatContentAsString;
- (void)activateRawContent;
@end