aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/basetypes/MCLibetpanTypes.h
blob: fcb8e70adabe9e45c1dd921ea154449e12c5b916 (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
45
46
//
//  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;
    typedef struct newsnntp newsnntp;
    struct mailsem;
#ifdef __cplusplus
}
#endif

#endif