mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-28 20:56:24 +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:
@@ -26,6 +26,7 @@
|
||||
|
||||
#import "MAPIStoreMapping.h"
|
||||
|
||||
#import <Mailer/SOGoDraftsFolder.h>
|
||||
#import <Mailer/SOGoMailAccount.h>
|
||||
|
||||
#import "MAPIApplication.h"
|
||||
@@ -82,4 +83,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
- (id) createMessageOfClass: (NSString *) messageClass
|
||||
inFolderAtURL: (NSString *) folderURL;
|
||||
{
|
||||
return [moduleFolder newDraft];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user