Enable GUI option for 'custom command' connection. Don't g_free strings in
[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  *
7  * Author : 
8  *  Bertrand Guiheneuf <bertrand@helixcode.com>
9  *
10  * Copyright 1999, 2000 Ximian, Inc. (www.ximian.com)
11  *
12  * This program is free software; you can redistribute it and/or 
13  * modify it under the terms of version 2 of the GNU General Public 
14  * License as published by the Free Software Foundation.
15  *
16  * This program is distributed in the hope that it will be useful,
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19  * GNU General Public License for more details.
20  *
21  * You should have received a copy of the GNU General Public License
22  * along with this program; if not, write to the Free Software
23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
24  * USA
25  */
26
27 #ifndef CAMEL_MIME_PART_UTILS_H
28 #define CAMEL_MIME_PART_UTILS_H 1
29
30 #ifdef __cplusplus
31 extern "C" {
32 #pragma }
33 #endif /* __cplusplus }*/
34
35 #include <camel/camel-mime-part.h>
36
37 void camel_mime_part_construct_content_from_parser(CamelMimePart *, CamelMimeParser *mp);
38
39 #ifdef __cplusplus
40 }
41 #endif /* __cplusplus */
42
43 #endif /*  CAMEL_MIME_PART_UTILS_H  */
44