Inherits from NSObject
Conforms to NSCopying
Declared in MCOIMAPNamespaceItem.h
MCOIMAPNamespaceItem.mm

Overview

Represents a namespace item

Properties

delimiter

This is the delimiter of the path for this namespace item

@property (nonatomic, assign) char delimiter

Declared In

MCOIMAPNamespaceItem.h

prefix

This is the prefix for this namespace item

@property (nonatomic, copy) NSString *prefix

Declared In

MCOIMAPNamespaceItem.h

Instance Methods

componentsForPath:

Returns components for the given path in the context of this namespace

- (NSArray *)componentsForPath:(NSString *)path

Declared In

MCOIMAPNamespaceItem.h

containsFolder:

Returns YES if the namespace contains this folder path

- (BOOL)containsFolder:(NSString *)folder

Declared In

MCOIMAPNamespaceItem.h

pathForComponents:

Returns folder path for given path components in the context of this namespace item

- (NSString *)pathForComponents:(NSArray *)components

Declared In

MCOIMAPNamespaceItem.h