feat(mail): initial support for ms-tnef (winmail.dat) body part

Fixes #2242
Fixes #4503
This commit is contained in:
Francis Lachapelle
2021-08-13 11:12:37 -04:00
committed by GitHub
parent 98dad1d2dc
commit 045f134321
36 changed files with 3639 additions and 34 deletions
+6 -1
View File
@@ -1,6 +1,6 @@
/* SOGoSystemDefaults.m - this file is part of SOGo
*
* Copyright (C) 2009-2015 Inverse inc.
* Copyright (C) 2009-2021 Inverse inc.
* Copyright (C) 2012 Jeroen Dekkers <jeroen@dekkers.ch>
*
* This file is free software; you can redistribute it and/or modify
@@ -434,6 +434,11 @@ _injectConfigurationFromFile (NSMutableDictionary *defaultsDict,
return [self boolForKey: @"SOGoEASDebugEnabled"];
}
- (BOOL) tnefDecoderDebugEnabled
{
return [self boolForKey: @"SOGoTnefDecoderDebugEnabled"];
}
- (BOOL) xsrfValidationEnabled
{
id o;