1 /***************************************************************************
2 filter_mbox.h - mbox mail import
5 copyright : (C) 2003 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 MAILIMPORTER_FILTER_MBOX_HXX
19 #define MAILIMPORTER_FILTER_MBOX_HXX
24 * imports mbox archives messages into KMail
25 * @author Laurence Anderson
27 namespace MailImporter
{
28 class MAILIMPORTER_EXPORT FilterMBox
: public Filter