MailImporter

filtermbox.h
1/*
2 filtermbox.h - mbox mail import
3
4 SPDX-FileCopyrightText: 2003 Laurence Anderson <l.d.anderson@warwick.ac.uk>
5
6 SPDX-License-Identifier: GPL-2.0-or-later
7*/
8
9#pragma once
10
11#include "filters.h"
12
13namespace MailImporter
14{
15/**
16 * imports mbox archives messages into KMail
17 * @author Laurence Anderson
18 */
19class MAILIMPORTER_EXPORT FilterMBox : public Filter
20{
21public:
22 FilterMBox();
23 ~FilterMBox() override;
24
25 void importMails(const QStringList &filenames);
26 void import() override;
27};
28}
imports mbox archives messages into KMail
Definition filtermbox.h:20
The Filter class.
Definition filters.h:29
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:17:39 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.