mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-21 14:22:44 +00:00
Check whether the "INBOX" folder has the "noinferiors" flag set before declaring that it accepts subfolder creation
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user