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

@@ -37,6 +37,7 @@
@interface MAPIStoreMailFolder : MAPIStoreFolder
{
SOGoMAPIDBMessage *versionsMessage;
NSMutableDictionary *bodyData;
}
- (BOOL) ensureFolderExists;