Implemented a mechanism to preload body parts for email messages

This commit is contained in:
Wolfgang Sourdeau
2012-10-06 13:02:39 -04:00
parent a7691c552b
commit a549773554
4 changed files with 117 additions and 1 deletions

View File

@@ -70,6 +70,10 @@
- (int) getPidTagDisplayBcc: (void **) data
inMemCtx: (TALLOC_CTX *) memCtx;
/* batch-mode helpers */
- (NSString *) bodyContentPartKey;
- (void) setBodyContentFromRawData: (NSData *) rawContent;
@end
#endif /* MAPISTOREMAILMESSAGE_H */