fix(mail): improve decoding of ms-tnef body parts

- added decoding of meeting request & reponse
- added SOGoTnefDecoderDebugEnabled system default
This commit is contained in:
Francis Lachapelle
2021-08-06 15:28:35 -04:00
parent b39da3050b
commit 208f4366c4
6 changed files with 491 additions and 18 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
/* SOGoSystemDefaults.h - this file is part of SOGo
*
* Copyright (C) 2009-2016 Inverse inc.
* Copyright (C) 2009-2021 Inverse inc.
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -65,6 +65,7 @@
- (BOOL) uixDebugEnabled;
- (BOOL) easDebugEnabled;
- (BOOL) tnefDecoderDebugEnabled;
- (BOOL) xsrfValidationEnabled;
- (NSString *) pageTitle;