aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/rfc822
diff options
context:
space:
mode:
Diffstat (limited to 'src/objc/rfc822')
-rw-r--r--src/objc/rfc822/MCOAttachment.mm3
-rw-r--r--src/objc/rfc822/MCOMessageBuilder.mm1
-rw-r--r--src/objc/rfc822/MCOMessageParser.mm1
-rw-r--r--src/objc/rfc822/MCOMessagePart.mm1
-rw-r--r--src/objc/rfc822/MCOMultipart.mm1
5 files changed, 1 insertions, 6 deletions
diff --git a/src/objc/rfc822/MCOAttachment.mm b/src/objc/rfc822/MCOAttachment.mm
index afaf96af..d7cbadc4 100644
--- a/src/objc/rfc822/MCOAttachment.mm
+++ b/src/objc/rfc822/MCOAttachment.mm
@@ -10,7 +10,6 @@
#include "MCAttachment.h"
-#import "MCOAbstractPart+Private.h"
#import "MCOUtils.h"
#import "NSString+MCO.h"
#import "NSObject+MCO.h"
@@ -35,7 +34,7 @@
- (id) init
{
mailcore::Attachment * attachment = new mailcore::Attachment();
- self = [self initWithMCPart:attachment];
+ self = [super initWithMCPart:attachment];
attachment->release();
return self;
diff --git a/src/objc/rfc822/MCOMessageBuilder.mm b/src/objc/rfc822/MCOMessageBuilder.mm
index 090fc99d..84cff18d 100644
--- a/src/objc/rfc822/MCOMessageBuilder.mm
+++ b/src/objc/rfc822/MCOMessageBuilder.mm
@@ -11,7 +11,6 @@
#include "MCRFC822.h"
#import "MCOUtils.h"
-#import "MCOAbstractMessage+Private.h"
#import "MCOAbstractMessageRendererCallback.h"
@implementation MCOMessageBuilder
diff --git a/src/objc/rfc822/MCOMessageParser.mm b/src/objc/rfc822/MCOMessageParser.mm
index 2b0866a3..228a27b9 100644
--- a/src/objc/rfc822/MCOMessageParser.mm
+++ b/src/objc/rfc822/MCOMessageParser.mm
@@ -13,7 +13,6 @@
#import "MCOHTMLRendererDelegate.h"
#import "NSObject+MCO.h"
-#import "MCOAbstractMessage+Private.h"
#import "MCOUtils.h"
#import "MCOAbstractMessageRendererCallback.h"
diff --git a/src/objc/rfc822/MCOMessagePart.mm b/src/objc/rfc822/MCOMessagePart.mm
index 4ed4a6d7..f78a0a3f 100644
--- a/src/objc/rfc822/MCOMessagePart.mm
+++ b/src/objc/rfc822/MCOMessagePart.mm
@@ -11,7 +11,6 @@
#include "MCRFC822.h"
#import "NSObject+MCO.h"
-#import "MCOAbstractPart+Private.h"
@implementation MCOMessagePart
diff --git a/src/objc/rfc822/MCOMultipart.mm b/src/objc/rfc822/MCOMultipart.mm
index 78fa1a98..e990ad08 100644
--- a/src/objc/rfc822/MCOMultipart.mm
+++ b/src/objc/rfc822/MCOMultipart.mm
@@ -11,7 +11,6 @@
#include "MCRFC822.h"
#import "NSObject+MCO.h"
-#import "MCOAbstractPart+Private.h"
@implementation MCOMultipart