MCOIMAPIdentity Class Reference
| Inherits from | NSObject |
| Conforms to | NSCopying |
| Declared in | MCOIMAPIdentity.h MCOIMAPIdentity.mm |
Tasks
-
+ identityWithVendor:name:version: -
vendorproperty -
nameproperty -
versionproperty -
– allInfoKeys -
– infoForKey: -
– setInfo:forKey: -
– removeAllInfos
Properties
name
Name of the IMAP client
@property (nonatomic, copy) NSString *nameDeclared In
MCOIMAPIdentity.hInstance Methods
allInfoKeys
All fields names of the identity of the client
- (NSArray *)allInfoKeysDeclared In
MCOIMAPIdentity.hinfoForKey:
Set a custom field in the identity
- (NSString *)infoForKey:(NSString *)keyDeclared In
MCOIMAPIdentity.h