Extending test-client-custom-summary to try e_book_client_get_contacts_uids()
[platform/upstream/evolution-data-server.git] / camel / camel-mime-part-utils.h
1 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2 /* camel-mime-part-utils : Utility for mime parsing and so on */
3
4 /*
5  *
6  * Author :
7  *  Bertrand Guiheneuf <bertrand@helixcode.com>
8  *
9  * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
10  *
11  * This program is free software; you can redistribute it and/or
12  * modify it under the terms of version 2 of the GNU Lesser General Public
13  * License as published by the Free Software Foundation.
14  *
15  * This program is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  * GNU Lesser General Public License for more details.
19  *
20  * You should have received a copy of the GNU Lesser General Public License
21  * along with this program; if not, write to the Free Software
22  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
23  * USA
24  */
25
26 #if !defined (__CAMEL_H_INSIDE__) && !defined (CAMEL_COMPILATION)
27 #error "Only <camel/camel.h> can be included directly."
28 #endif
29
30 #ifndef CAMEL_MIME_PART_UTILS_H
31 #define CAMEL_MIME_PART_UTILS_H
32
33 #include <camel/camel-mime-part.h>
34 #include <camel/camel-folder-summary.h>
35
36 G_BEGIN_DECLS
37
38 gboolean        camel_mime_part_construct_content_from_parser
39                                                 (CamelMimePart *mime_part,
40                                                  CamelMimeParser *mp,
41                                                  GCancellable *cancellable,
42                                                  GError **error);
43 gboolean        camel_mime_message_build_preview (CamelMimePart *mime_part,
44                                                  CamelMessageInfo *info);
45
46 G_END_DECLS
47
48 #endif /*  CAMEL_MIME_PART_UTILS_H  */