diff options
author | Hoa V. DINH <dinh.viet.hoa@gmail.com> | 2013-04-07 23:25:29 -0700 |
---|---|---|
committer | Hoa V. DINH <dinh.viet.hoa@gmail.com> | 2013-04-07 23:25:29 -0700 |
commit | 30936faa3a57936def571d3e4346d30a4e36f40c (patch) | |
tree | f729743a29c31351563a65d03e40d715617a6409 /src | |
parent | 961ce883bd2ca1ff1f1c100be105e6f9c43a80e8 (diff) |
added missing file
Diffstat (limited to 'src')
-rw-r--r-- | src/core/basetypes/MCLibetpanTypes.h | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/src/core/basetypes/MCLibetpanTypes.h b/src/core/basetypes/MCLibetpanTypes.h new file mode 100644 index 00000000..33dac195 --- /dev/null +++ b/src/core/basetypes/MCLibetpanTypes.h @@ -0,0 +1,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 |