Added -childKeyFromURL: as translation method and refactored -lookupMessageByURL: and -lookupFolderByURL: to make use of it

This commit is contained in:
Wolfgang Sourdeau
2012-10-05 13:51:58 -04:00
parent 42ef6afd8b
commit 46c82286d8
2 changed files with 33 additions and 29 deletions

View File

@@ -67,6 +67,8 @@
// - (SOGoMAPIDBMessage *) propertiesMessage;
- (NSString *) childKeyFromURL: (NSString *) childURL;
- (id) lookupMessageByURL: (NSString *) messageURL;
- (id) lookupFolderByURL: (NSString *) folderURL;