1 /***************************************************************************
2 filter_mailapp.h - OS X Mail App import
4 copyright : (C) 2004 by Chris Howells
5 email : howells@kde.org
8 copyright : (C) 2003 by Laurence Anderson
9 email : l.d.anderson@warwick.ac.uk
11 ***************************************************************************/
13 #ifndef MAILIMPORTER_FILTER_MAILAPP_HXX
14 #define MAILIMPORTER_FILTER_MAILAPP_HXX
18 *imports mbox archives messages into KMail
19 *@author Chris Howells
21 namespace MailImporter
{
22 class MAILIMPORTER_EXPORT FilterMailApp
: public Filter
25 explicit FilterMailApp();
29 void importMails( const QString
& maildir
);
31 QStringList mMboxFiles
;
32 void traverseDirectory(const QString
&);