Monotone-Parent: a297f80b93f195cc2534f1493b2f4e4a124cf3ca

Monotone-Revision: d9b2b0a2845a06c22e7a7b71eb7857acb44bf0e4

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-10-26T23:52:55
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-10-26 23:52:55 +00:00
parent cc335e8f72
commit f94d90acd2
15 changed files with 309 additions and 47 deletions

View File

@@ -56,9 +56,7 @@
#import "NSString+MAPIStore.h"
#import "SOGoMAPIFSMessage.h"
/* Those are parts of a hack that enables creating mails to IMAP folders from
Exchange properties */
#import "SOGoMAPIMemMessage.h"
#import "SOGoMAPIVolatileMessage.h"
#import "MAPIStoreMailVolatileMessage.h"
#import "MAPIStoreMailFolder.h"
@@ -994,9 +992,9 @@ _parseCOPYUID (NSString *line, NSArray **destUIDsP)
- (MAPIStoreMessage *) createMessage
{
MAPIStoreMailVolatileMessage *newMessage;
SOGoMAPIMemMessage *newObject;
SOGoMAPIVolatileMessage *newObject;
newObject = [SOGoMAPIMemMessage
newObject = [SOGoMAPIVolatileMessage
objectWithName: [SOGoObject globallyUniqueObjectId]
inContainer: sogoObject];
newMessage