mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-26 22:05:23 +00:00
Monotone-Parent: 93fe348dc7f21b1b581baf867024c1360d74faec
Monotone-Revision: 23072776516ad7ec761501356d062052d748d8c7 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-02-24T20:38:01 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#import <SOGo/SOGoObject.h>
|
||||
|
||||
@class NSDictionary;
|
||||
@class NSMutableDictionary;
|
||||
|
||||
@interface SOGoMAPIFSMessage : SOGoObject
|
||||
{
|
||||
@@ -33,6 +34,8 @@
|
||||
}
|
||||
|
||||
- (NSDictionary *) properties;
|
||||
- (void) appendProperties: (NSDictionary *) newProperties;
|
||||
- (void) save;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
return properties;
|
||||
}
|
||||
|
||||
- (void) setMAPIProperties: (NSDictionary *) newProperties
|
||||
- (void) appendProperties: (NSDictionary *) newProperties
|
||||
{
|
||||
NSArray *keys;
|
||||
NSString *key;
|
||||
@@ -87,12 +87,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
- (void) MAPISave
|
||||
- (void) save
|
||||
{
|
||||
NSArray *pathComponents;
|
||||
NSString *filePath;
|
||||
|
||||
[self logWithFormat: @"-MAPISave"];
|
||||
[self logWithFormat: @"-save"];
|
||||
|
||||
[container ensureDirectory];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user