21 lines
477 B
C
21 lines
477 B
C
|
//
|
||
|
// MCAsyncPOP.h
|
||
|
// mailcore2
|
||
|
//
|
||
|
// Created by DINH Viêt Hoà on 1/16/13.
|
||
|
// Copyright (c) 2013 MailCore. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#ifndef MAILCORE_MCASYNCPOP_H
|
||
|
|
||
|
#define MAILCORE_MCASYNCPOP_H
|
||
|
|
||
|
#include <MailCore/MCPOPAsyncSession.h>
|
||
|
#include <MailCore/MCPOPOperation.h>
|
||
|
#include <MailCore/MCPOPFetchHeaderOperation.h>
|
||
|
#include <MailCore/MCPOPFetchMessageOperation.h>
|
||
|
#include <MailCore/MCPOPFetchMessagesOperation.h>
|
||
|
#include <MailCore/MCPOPOperationCallback.h>
|
||
|
|
||
|
#endif
|