Monotone-Parent: 430f5637e275bb6a780f5be502428ee3c01c1d98

Monotone-Revision: 4b4728f355bbb34bff8025c45fdf5a359fe6387a

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-07-19T21:31:16
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-07-19 21:31:16 +00:00
parent 2e5a3f44db
commit e82423d4e2
3 changed files with 128 additions and 90 deletions

View File

@@ -25,9 +25,16 @@
#import "MAPIStoreMessage.h"
@class NSData;
@class NSString;
@interface MAPIStoreMailMessage : MAPIStoreMessage
{
BOOL fetchedAttachments;
BOOL bodySetup;
NSData *bodyContent;
NSString *bodyMimeType;
NSString *bodyCharset;
}
@end