kmail

kmgroupware.h
1 /*
2  kmgroupware.h
3 
4  This file is part of KMail.
5 
6  Copyright (c) 2003 - 2004 Bo Thorsen <bo@sonofthor.dk>
7  Copyright (c) 2002 Karl-Heinz Zimmer <khz@klaralvdalens-datakonsult.se>
8  Copyright (c) 2003 Steffen Hansen <steffen@klaralvdalens-datakonsult.se>
9 
10  This library is free software; you can redistribute it and/or
11  modify it under the terms of the GNU Library General Public
12  License as published by the Free Software Foundation; either
13  version 2 of the License, or (at your option) any later version.
14 
15  This library 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 GNU
18  Library General Public License for more details.
19 
20  You should have received a copy of the GNU Library General Public License
21  along with this library; see the file COPYING.LIB. If not, write to
22  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
23  Boston, MA 02110-1301, USA.
24 
25  In addition, as a special exception, the copyright holders give
26  permission to link the code of this program with any edition of
27  the TQt library by Trolltech AS, Norway (or with modified versions
28  of TQt that use the same license as TQt), and distribute linked
29  combinations including the two. You must obey the GNU General
30  Public License in all respects for all of the code used other than
31  TQt. If you modify this file, you may extend this exception to
32  your version of the file, but you are not obligated to do so. If
33  you do not wish to do so, delete this exception statement from
34  your version.
35 */
36 
37 #ifndef KMGROUPWARE_H
38 #define KMGROUPWARE_H
39 
40 #include <tqstring.h>
41 
42 class KMMessage;
43 
44 bool vPartFoundAndDecoded( KMMessage* msg, TQString& s );
45 
46 #endif /* KMGROUPWARE_H */
This is a Mime Message.
Definition: kmmessage.h:68