(fix) remaining S/MIME fixes to handle image/CIDs in HTML mails

This commit is contained in:
Ludovic Marcotte
2018-01-23 10:35:46 -05:00
parent 341e5cbab0
commit 511aa63a34
13 changed files with 221 additions and 92 deletions
+4 -1
View File
@@ -1,6 +1,6 @@
/* NSObject+Utilities.h - this file is part of SOGo
*
* Copyright (C) 2007-2015 Inverse inc.
* Copyright (C) 2007-2017 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
@@ -24,6 +24,7 @@
#import <DOM/DOMProtocols.h>
@class NSArray;
@class NSString;
@class WOContext;
@@ -39,6 +40,8 @@
+ (void) memoryStatistics;
- (NSArray *) parts;
@end
#endif /* NSOBJECT+UTILITIES_H */