mailcommon
Go to the documentation of this file.
29 #ifndef MAILCOMMON_FILTERLOG_H
30 #define MAILCOMMON_FILTERLOG_H
32 #include "../mailcommon_export.h"
35 #include <QStringList>
37 namespace MailCommon {
75 PatternDescription = 2,
84 void setLogging(
bool active );
89 bool isLogging()
const;
94 void setMaxLogSize(
long size = -1 );
99 long maxLogSize()
const;
104 void setContentTypeEnabled( ContentType type,
bool enabled );
109 bool isContentTypeEnabled( ContentType type )
const;
114 void add(
const QString &entry, ContentType type );
136 bool saveToFile(
const QString &fileName )
const;
153 void logEntryAdded(
const QString &entry );
163 void logStateChanged();
KMail Filter Log Collector.
#define MAILCOMMON_EXPORT
ContentType
Describes the type of content that will be logged.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:31:40 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.