mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-05 07:06:25 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user