MailImporter
filterpmail.h
void importUnixMailFolder(const QString &file)
imports a 'unix' format mail folder (*.MBX)
Definition filterpmail.cpp:204
void processFiles(const QString &mask, void(FilterPMail::*workFunc)(const QString &))
this looks for all files with the filemask 'mask' and calls the 'workFunc' on each of them
Definition filterpmail.cpp:78
void importMailFolder(const QString &file)
this function imports one mail folder file (*.PMM)
Definition filterpmail.cpp:120
void importNewMessage(const QString &file)
this function imports one *.CNM message
Definition filterpmail.cpp:109
bool parseFolderMatrix(const QString &chosenDir)
this function recreate the folder structure
Definition filterpmail.cpp:275
QString getFolderName(const QString &ID)
this function parse the folder structure
Definition filterpmail.cpp:313
Glorified QString[N] for (a) understandability (b) older gcc compatibility.
Definition mailimporter_utils.h:18
typedef Iterator
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:51:15 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:51:15 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.