1 /***************************************************************************
2 FilterPlain.hxx - Plain mail import
4 begin : Fri Jun 24 2002
5 copyright : (C) 2002 by Laurence Anderson
6 email : l.d.anderson@warwick.ac.uk
7 ***************************************************************************/
9 /***************************************************************************
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. *
16 ***************************************************************************/
18 #ifndef FILTER_PLAIN_HXX
19 #define FILTER_PLAIN_HXX
21 #include "filters.hxx"
24 *imports Plain text messages into KMail
28 class FilterPlain
: public Filter
34 void import(FilterInfo
*info
);