// // MCIMAPCheckAccountOperation.h // mailcore2 // // Created by DINH Viêt Hoà on 1/12/13. // Copyright (c) 2013 MailCore. All rights reserved. // #ifndef __MAILCORE_MCIMAPCHECKACCOUNTOPERATION_H_ #define __MAILCORE_MCIMAPCHECKACCOUNTOPERATION_H_ #include #ifdef __cplusplus namespace mailcore { class IMAPCheckAccountOperation : public IMAPOperation { public: // subclass behavior virtual void main(); }; } #endif #endif