oc-mail: Give support to store extra properties in versions message

This is handy when you want to store properties once a mail
has hit the server and thus cannot be changed.
This commit is contained in:
Enrique J. Hernández Blasco
2015-03-18 23:54:10 +01:00
parent 0db16aedb1
commit a663fdd260
2 changed files with 36 additions and 0 deletions
+5
View File
@@ -55,6 +55,11 @@
- (NSData *) changeKeyForMessageWithKey: (NSString *) messageKey;
- (NSData *) predecessorChangeListForMessageWithKey: (NSString *) messageKey;
/* Extra properties from mail messages that already hit the server */
- (void) setExtraProperties: (NSDictionary *) props
forMessage: (NSString *) messageKey;
- (NSDictionary *) extraPropertiesForMessage: (NSString *) messageKey;
@end
/* MAPIStoreOutboxFolder is a special subclass of MAPIStoreMailFolder where