mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-25 16:33:22 +00:00
Monotone-Parent: dc04eb7c603c80427d9ac15ee5747b6d6ed6ff48
Monotone-Revision: 8dc4df621d7d3e7b400854df5f4d831bf8e6a62e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-02-07T17:17:10 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2011-02-07 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||||
|
|
||||||
|
* OpenChange/MAPIStoreDraftsContext.m
|
||||||
|
(-createMessageOfClass:inFolderAtURL:): implemented method to
|
||||||
|
avoid a crash when "saving" drafts messages in Outlook.
|
||||||
|
|
||||||
2011-02-07 Ludovic Marcotte <lmarcotte@inverse.ca>
|
2011-02-07 Ludovic Marcotte <lmarcotte@inverse.ca>
|
||||||
|
|
||||||
* OpenChange/MAPIStoreDeletedItemsContext.m: now a subclass of
|
* OpenChange/MAPIStoreDeletedItemsContext.m: now a subclass of
|
||||||
|
|||||||
@@ -26,6 +26,7 @@
|
|||||||
|
|
||||||
#import "MAPIStoreMapping.h"
|
#import "MAPIStoreMapping.h"
|
||||||
|
|
||||||
|
#import <Mailer/SOGoDraftsFolder.h>
|
||||||
#import <Mailer/SOGoMailAccount.h>
|
#import <Mailer/SOGoMailAccount.h>
|
||||||
|
|
||||||
#import "MAPIApplication.h"
|
#import "MAPIApplication.h"
|
||||||
@@ -82,4 +83,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
- (id) createMessageOfClass: (NSString *) messageClass
|
||||||
|
inFolderAtURL: (NSString *) folderURL;
|
||||||
|
{
|
||||||
|
return [moduleFolder newDraft];
|
||||||
|
}
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|||||||
Reference in New Issue
Block a user