MCOIMAPNamespace Class Reference
| Inherits from | NSObject |
| Conforms to | NSCopying |
| Declared in | MCOIMAPNamespace.h MCOIMAPNamespace.mm |
Instance Methods
componentsFromPath:
Returns the components given a folder path.
- (NSArray *)componentsFromPath:(NSString *)pathDeclared In
MCOIMAPNamespace.hcontainsFolderPath:
Returns YES if the namespace contains the given folder path.
- (BOOL)containsFolderPath:(NSString *)pathDeclared In
MCOIMAPNamespace.hmainDelimiter
Returns the path delimiter of the main item of this namespace
- (char)mainDelimiterDeclared In
MCOIMAPNamespace.hmainPrefix
Returns the prefix of the main item of this namespace.
- (NSString *)mainPrefixDeclared In
MCOIMAPNamespace.hpathForComponents:
Returns the folder path for the given list of path components in the context of the main item of the namespace.
- (NSString *)pathForComponents:(NSArray *)componentsDeclared In
MCOIMAPNamespace.h