split message into several paras and fix file extension markup
[kdepim.git] / mailimporter / filter_plain.h
blob8720b6522a5f1b3ea860c942652c6aa3976668a5
1 /***************************************************************************
2 FilterPlain.h - 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 MAILIMPORTER_FILTER_PLAIN_HXX
19 #define MAILIMPORTER_FILTER_PLAIN_HXX
21 #include "filters.h"
22 /**
23 *imports Plain text messages into KMail
24 *@author laurence
26 namespace MailImporter {
27 class MAILIMPORTER_EXPORT FilterPlain : public Filter
29 public:
30 explicit FilterPlain();
31 ~FilterPlain();
33 void import();
37 #endif