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)operationCompleted
Declared In
MCOOperation.h
start:
Starts the asynchronous operation.
- (void)start:(void ( ^ ) ( NSString *htmlString , NSError *error ))completionBlock
Parameters
- completionBlock
Called when the operation is finished.
On success
error
will be nil andhtmlString
will contain the messageOn failure,
error
will be set andhtmlString
will be nil
Declared In
MCOIMAPMessageRenderingOperation.h