MCOIMAPMessageRenderingOperation Class Reference
| Inherits from | MCOIMAPBaseOperation : MCOOperation : NSObject |
| Declared in | MCOIMAPMessageRenderingOperation.h MCOIMAPMessageRenderingOperation.mm |
Instance Methods
operationCompleted
This methods is called on the main thread when the asynchronous operation is finished. Needs to be overriden by subclasses.
- (void)operationCompletedDeclared In
MCOOperation.hstart:
Starts the asynchronous operation.
- (void)start:(void ( ^ ) ( NSString *htmlString , NSError *error ))completionBlockParameters
- completionBlock
Called when the operation is finished.
On success
errorwill be nil andhtmlStringwill contain the messageOn failure,
errorwill be set andhtmlStringwill be nil
Declared In
MCOIMAPMessageRenderingOperation.h