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

Properties

name

Name of the IMAP client

@property (nonatomic, copy) NSString *name

Declared In

MCOIMAPIdentity.h

vendor

Vendor of the IMAP client

@property (nonatomic, copy) NSString *vendor

Declared In

MCOIMAPIdentity.h

version

Version of the IMAP client

@property (nonatomic, copy) NSString *version

Declared In

MCOIMAPIdentity.h

Class Methods

identityWithVendor:name:version:

Returns a simple identity

+ (MCOIMAPIdentity *)identityWithVendor:(NSString *)vendor name:(NSString *)name version:(NSString *)version

Declared In

MCOIMAPIdentity.h

Instance Methods

allInfoKeys

All fields names of the identity of the client

- (NSArray *)allInfoKeys

Declared In

MCOIMAPIdentity.h

infoForKey:

Set a custom field in the identity

- (NSString *)infoForKey:(NSString *)key

Declared In

MCOIMAPIdentity.h

removeAllInfos

Remove all info keys including vendor, name and version

- (void)removeAllInfos

Declared In

MCOIMAPIdentity.h

setInfo:forKey:

Retrieve a custom field in the identity

- (void)setInfo:(NSString *)value forKey:(NSString *)key

Declared In

MCOIMAPIdentity.h