MCOIMAPAppendMessageOperation Class Reference
| Inherits from | MCOIMAPBaseOperation : MCOOperation : NSObject |
| Declared in | MCOIMAPAppendMessageOperation.h MCOIMAPAppendMessageOperation.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 append operation.
- (void)start:(void ( ^ ) ( NSError *error , uint32_t createdUID ))completionBlockParameters
- completionBlock
Called when the operation is finished.
On success
errorwill be nil andcreatedUIDwill be the value of the UID of the created message if the server supports UIDPLUS or zero if not.On failure,
errorwill be set withMCOErrorDomainas domain and an error code available in MCOConstants.h,createdUIDwill be zero.
Declared In
MCOIMAPAppendMessageOperation.h