aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/async/imap/MCIMAPConnectOperation.h
blob: 7678ccdd4fc7fe6df909e1108ea3967d6d312c4b (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
25
26
27
28
//
//  MCIMAPConnectOperation.h
//  mailcore2
//
//  Created by Ryan Walklin on 6/09/13.
//  Copyright (c) 2013 MailCore. All rights reserved.
//

#ifndef MAILCORE_MCIMAPCONNECTOPERATION_H

#define MAILCORE_MCIMAPCONNECTOPERATION_H

#include <MailCore/MCIMAPOperation.h>

#ifdef __cplusplus

namespace mailcore {
    
    class MAILCORE_EXPORT IMAPConnectOperation : public IMAPOperation {
    public: // subclass behavior
        virtual void main();
    };
    
}

#endif

#endif /* defined(__MAILCORE_MCIMAPCONNECTOPERATION_H_) */