MCOIMAPIdentity Class Reference
Inherits from | NSObject |
Conforms to | NSCopying |
Declared in | MCOIMAPIdentity.h MCOIMAPIdentity.mm |
Tasks
-
+ identityWithVendor:name:version:
-
vendor
property -
name
property -
version
property -
– allInfoKeys
-
– infoForKey:
-
– setInfo:forKey:
-
– removeAllInfos
Properties
name
Name of the IMAP client
@property (nonatomic, copy) NSString *name
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