New Appointment -> New Task
[kdepim.git] / kmailcvt / filter_plain.hxx
blobddd9d494f0e10b7cae172ae06a0745edf0013eec
1 /***************************************************************************
2 FilterPlain.hxx - Plain mail import
3 -------------------
4 begin : Fri Jun 24 2002
5 copyright : (C) 2002 by Laurence Anderson
6 email : l.d.anderson@warwick.ac.uk
7 ***************************************************************************/
9 /***************************************************************************
10 * *
11 * This program is free software; you can redistribute it and/or modify *
12 * it under the terms of the GNU General Public License as published by *
13 * the Free Software Foundation; either version 2 of the License, or *
14 * (at your option) any later version. *
15 * *
16 ***************************************************************************/
18 #ifndef FILTER_PLAIN_HXX
19 #define FILTER_PLAIN_HXX
21 #include "filters.hxx"
23 /**
24 *imports Plain text messages into KMail
25 *@author laurence
28 class FilterPlain : public Filter
30 public:
31 FilterPlain();
32 ~FilterPlain();
34 void import(FilterInfo *info);
37 #endif