diff --git a/SoObjects/Mailer/SOGoMailFolder.h b/SoObjects/Mailer/SOGoMailFolder.h index 5e18ad095..0d236cf1f 100644 --- a/SoObjects/Mailer/SOGoMailFolder.h +++ b/SoObjects/Mailer/SOGoMailFolder.h @@ -49,6 +49,9 @@ - (NSString *) absoluteImap4Name; /* messages */ +- (NSArray *) toOneRelationshipKeys; +- (NSArray *) toManyRelationshipKeys; + - (NSException *) deleteUIDs: (NSArray *) uids useTrashFolder: (BOOL) withTrash inContext: (id) context;