From ee9b99e9ed28c63f018b7fb2eee83ff2d5777fc6 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 1 Sep 2010 20:16:25 +0000 Subject: [PATCH] Monotone-Parent: a8a5738ff7b64984a9c48ba86c20a9c4ca44475f Monotone-Revision: d4014f4d1ab5f280c15c4dce4c6dd24f1edaeeb2 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-09-01T20:16:25 Monotone-Branch: ca.inverse.sogo --- SoObjects/Mailer/SOGoMailObject.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/SoObjects/Mailer/SOGoMailObject.h b/SoObjects/Mailer/SOGoMailObject.h index 1965bf3ff..faa9b0a5b 100644 --- a/SoObjects/Mailer/SOGoMailObject.h +++ b/SoObjects/Mailer/SOGoMailObject.h @@ -83,6 +83,12 @@ - (NSData *) content; - (NSString *) contentAsString; +- (NSString *) cc; +- (NSString *) from; +- (NSString *) inReplyTo; +- (NSString *) messageId; +- (NSString *) received; + /* bulk fetching of plain/text content */ - (NSArray *) plainTextContentFetchKeys;