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 *)path
Declared In
MCOIMAPNamespace.h
containsFolderPath:
Returns YES if the namespace contains the given folder path.
- (BOOL)containsFolderPath:(NSString *)path
Declared In
MCOIMAPNamespace.h
mainDelimiter
Returns the path delimiter of the main item of this namespace
- (char)mainDelimiter
Declared In
MCOIMAPNamespace.h
mainPrefix
Returns the prefix of the main item of this namespace.
- (NSString *)mainPrefix
Declared In
MCOIMAPNamespace.h
pathForComponents:
Returns the folder path for the given list of path components in the context of the main item of the namespace.
- (NSString *)pathForComponents:(NSArray *)components
Declared In
MCOIMAPNamespace.h