From 8868e4588204369c758fb82190f46c943fb6828e Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 1 Aug 2007 18:44:41 +0000 Subject: [PATCH] Monotone-Parent: 6fefb8e8d4a1210e81a21ab84cc5198b17561ef7 Monotone-Revision: fb60412527e7f4014c210dfce058ab3223d60fe5 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-08-01T18:44:41 Monotone-Branch: ca.inverse.sogo --- SoObjects/Mailer/SOGoMailBodyPart.h | 16 +++++++++------- SoObjects/Mailer/SOGoSharedMailAccount.m | 9 +++++++-- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/SoObjects/Mailer/SOGoMailBodyPart.h b/SoObjects/Mailer/SOGoMailBodyPart.h index 7a996ebd6..bfb30aa2f 100644 --- a/SoObjects/Mailer/SOGoMailBodyPart.h +++ b/SoObjects/Mailer/SOGoMailBodyPart.h @@ -22,7 +22,7 @@ #ifndef __Mailer_SOGoMailBodyPart_H__ #define __Mailer_SOGoMailBodyPart_H__ -#include +#import /* SOGoMailBodyPart @@ -45,21 +45,23 @@ /* hierarchy */ -- (SOGoMailObject *)mailObject; +- (SOGoMailObject *) mailObject; /* IMAP4 */ -- (NSString *)bodyPartName; -- (NSArray *)bodyPartPath; -- (NSString *)bodyPartIdentifier; +- (NSString *) bodyPartName; +- (NSArray *) bodyPartPath; +- (NSString *) bodyPartIdentifier; /* part info */ -- (id)partInfo; +- (id) partInfo; +- (NSData *) fetchBLOB; /* factory */ -+ (Class)bodyPartClassForKey:(NSString *)_key inContext:(id)_ctx; ++ (Class) bodyPartClassForKey: (NSString *) _key + inContext: (id) _ctx; @end diff --git a/SoObjects/Mailer/SOGoSharedMailAccount.m b/SoObjects/Mailer/SOGoSharedMailAccount.m index 5b7ba9ec2..86922604b 100644 --- a/SoObjects/Mailer/SOGoSharedMailAccount.m +++ b/SoObjects/Mailer/SOGoSharedMailAccount.m @@ -19,8 +19,13 @@ 02111-1307, USA. */ -#include "SOGoSharedMailAccount.h" -#include "common.h" +#import +#import +#import + +#import + +#import "SOGoSharedMailAccount.h" @interface SOGoMailAccount(UsedPrivates)