Check whether the "INBOX" folder has the "noinferiors" flag set before declaring that it accepts subfolder creation

This commit is contained in:
Wolfgang Sourdeau
2012-09-26 11:50:28 -04:00
parent e837323c2e
commit 37ccb0875c
3 changed files with 39 additions and 5 deletions

View File

@@ -58,6 +58,8 @@
WOContext *woContext;
MAPIStoreAuthenticator *authenticator;
BOOL inboxHasNoInferiors;
}
+ (id) userContextWithUsername: (NSString *) username
@@ -75,6 +77,8 @@
- (NSDictionary *) rootFolders;
- (BOOL) inboxHasNoInferiors;
- (NSURL *) folderTableURL;
- (MAPIStoreMapping *) mapping;