KMBox Library
25#include <QtCore/QFile>
26#include <QtCore/QObject>
27#include <QtCore/QTimer>
31class 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 );
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-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by
doxygen 1.10.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.