#include <qstring.h>
#include <qstringlist.h>
#include <kapplication.h>
#include <kconfig.h>
#include <kdebug.h>
#include <KConfigGroup>
#include "types.h"
#include "constants.h"
Go to the source code of this file.
Classes | |
class | SenderListFilter |
This class represents both the blacklist and the whitelist. For using create an object of it and call check() to test a sender address. You have to call load() after the settings in the config file was changed. More... |