aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/basetypes/MCLibetpanTypes.h
blob: 33dac1955e49525f5edb03bd7b0e464dc5ebc4c9 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
//
//  MCLibetpanTypes.h
//  mailcore2
//
//  Created by DINH Viêt Hoà on 4/7/13.
//  Copyright (c) 2013 MailCore. All rights reserved.
//

#ifndef __MAILCORE_MCLIBETPANTYPES_H_
#define __MAILCORE_MCLIBETPANTYPES_H_

#ifdef __cplusplus
extern "C" {
#endif
    struct mailimap_body_fields;
    struct mailimap_body_ext_1part;
    struct mailimf_address;
    struct mailimf_mailbox;
    struct mailimap_address;
    struct mailmime;
    struct mailmime_mechanism;
    struct mailimap_namespace_item;
    struct mailimap_namespace_info;
    struct mailimap_body;
    struct mailimap_body_fields;
    struct mailimap_body_ext_1part;
    struct mailimap_body_type_1part;
    struct mailimap_body_type_basic;
    struct mailimap_body_type_text;
    struct mailimap_body_type_mpart;
    struct mailimap_body_type_msg;
    typedef struct mailimap mailimap;
    struct mailimap_set;
    struct mailimap_date_time;
    struct mailimf_fields;
    struct mailimap_envelope;
    typedef struct mailpop3 mailpop3;
    typedef struct mailsmtp mailsmtp;
    struct mailsem;
#ifdef __cplusplus
}
#endif

#endif