Tizen 2.0 Release
[platform/core/messaging/email-service.git] / email-api / include / email-api.h
1 /*
2 *  email-service
3 *
4 * Copyright (c) 2012 - 2013 Samsung Electronics Co., Ltd. All rights reserved.
5 *
6 * Contact: Kyuho Jo <kyuho.jo@samsung.com>, Sunghyun Kwon <sh0701.kwon@samsung.com>
7 *
8 * Licensed under the Apache License, Version 2.0 (the "License");
9 * you may not use this file except in compliance with the License.
10 * You may obtain a copy of the License at
11 *
12 * http://www.apache.org/licenses/LICENSE-2.0
13 *
14 * Unless required by applicable law or agreed to in writing, software
15 * distributed under the License is distributed on an "AS IS" BASIS,
16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 * See the License for the specific language governing permissions and
18 * limitations under the License.
19 *
20 */
21
22
23 #ifndef __EMAIL_API_H__
24 #define __EMAIL_API_H__
25
26 #include <stdio.h>
27 #include <stdlib.h>
28 #include "email-types.h"
29 #include "email-api-account.h"
30 #include "email-api-init.h"
31 #include "email-api-mail.h"
32 #include "email-api-mailbox.h"
33 #include "email-api-network.h"
34 #include "email-api-rule.h"
35 #include "email-api-smime.h"
36 #include "email-api-etc.h"
37
38
39 /**
40 * @defgroup EMAIL_SERVICE Email Service
41 * @{
42 */
43
44 /**
45 * @{
46 */
47
48 /**
49  *
50  * This file contains the data structures and interfaces needed for application,
51  * to interact with email-service.
52  * @file                email-api.h
53  * @author      Kyuho Jo <kyuho.jo@samsung.com>
54  * @author      Sunghyun Kwon <sh0701.kwon@samsung.com>
55  * @version     0.1
56  * @brief               This file contains the data structures and interfaces provided by
57  *                      email-service.
58  */
59
60
61 #ifdef __cplusplus
62 extern "C" {
63 #endif /* __cplusplus */
64
65
66 #ifdef __cplusplus
67 }
68 #endif
69
70 /**
71 * @} @}
72 */
73
74 #endif /* __EMAIL_MAPI_H__ */
75
76