1 /***************************************************************************
2 filter_opera.hxx - Opera mail import
5 copyright : (C) 2005 by Danny Kukawka
6 email : danny.kukawka@web.de
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_OPERA_HXX
19 #define FILTER_OPERA_HXX
21 #include "filters.hxx"
24 *imports opera account-archives into KMail
25 *@author Danny Kukawka
28 class FilterOpera
: public Filter
34 void import(FilterInfo
*info
);
35 void importBox( const QDir
& importDir
, const QStringList
& , FilterInfo
*info
, const QString
& accountName
= QString());
36 void importRecursive(const QDir
& maildir
, FilterInfo
*info
, const QString
&accountName
= QString() );