aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/imap/MCOIMAPAppendMessageOperation.h
blob: 1f988acd002464056bacdb77bf6094bfd916bc80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
//
//  MCOIMAPAppendMessageOperation.h
//  mailcore2
//
//  Created by DINH Viêt Hoà on 3/25/13.
//  Copyright (c) 2013 MailCore. All rights reserved.
//

#import <MailCore/MCOIMAPBaseOperation.h>
#import <MailCore/MCOConstants.h>

#ifndef __MAILCORE_MCOIMAPAPPENDMESSAGEOPERATION_H_

#define __MAILCORE_MCOIMAPAPPENDMESSAGEOPERATION_H_

@interface MCOIMAPAppendMessageOperation : MCOIMAPBaseOperation

@property (nonatomic, copy) MCOIMAPBaseOperationProgressBlock progress;

- (void)start:(void (^)(NSError *error, uint32_t createdUID))completionBlock;

@end

#endif