KMBox Library
20 #ifndef KMBOX_MBOX_P_H 21 #define KMBOX_MBOX_P_H 25 #include <QtCore/QFile> 26 #include <QtCore/QObject> 27 #include <QtCore/QTimer> 31 class MBoxPrivate :
public QObject
36 MBoxPrivate( MBox *mbox );
38 virtual ~MBoxPrivate();
42 void initLoad(
const QString &fileName );
46 bool startTimerIfNeeded();
48 bool isMBoxSeparator(
const QByteArray &line )
const;
54 QByteArray mAppendedEntries;
56 quint64 mInitialMboxFileSize;
57 QString mLockFileName;
61 QRegExp mSeparatorMatcher;
68 static QByteArray escapeFrom(
const QByteArray &msg );
73 static QByteArray mboxMessageSeparator(
const QByteArray &msg );
78 static void unescapeFrom(
char *msg,
size_t size );
83 #endif // KMBOX_MBOX_P_H QList< MBoxEntry > List
Describes a list of mbox entry objects.
LockType
Describes the type of locking that will be used.
This file is part of the KDE documentation.
Documentation copyright © 1996-2019 The KDE developers.
Generated on Thu Jul 25 2019 00:00:00 by
doxygen 1.8.15 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.