mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-10 01:11:22 +00:00
fix(mail): Use text/plain fallback if an error occured while parsing html message
This commit is contained in:
@@ -23,9 +23,10 @@
|
||||
|
||||
#import "UIxMailPartViewer.h"
|
||||
|
||||
@interface UIxMailPartHTMLViewer : UIxMailPartViewer
|
||||
@interface UIxMailPartHTMLViewer : UIxMailPartViewer <SaxErrorHandler>
|
||||
{
|
||||
id handler;
|
||||
NSException *ex;
|
||||
}
|
||||
|
||||
- (NSString *) flatContentAsString;
|
||||
@@ -35,6 +36,7 @@
|
||||
@interface UIxMailPartExternalHTMLViewer : UIxMailPartViewer
|
||||
{
|
||||
id handler;
|
||||
NSException *ex;
|
||||
}
|
||||
|
||||
- (NSString *) flatContentAsString;
|
||||
|
||||
Reference in New Issue
Block a user