KMBox Library
23 #include "kmbox_export.h"
24 #include "mboxentry.h"
26 #include <kmime/kmime_message.h>
47 MuttDotlockPrivileged,
73 MBoxEntry appendMessage(
const KMime::Message::Ptr &message );
87 QString fileName()
const;
101 bool load(
const QString &fileName );
141 bool purge(
const MBoxEntry::List &deletedEntries, QList<MBoxEntry::Pair> *movedEntries = 0 );
155 KMime::Message *readMessage(
const MBoxEntry &entry );
168 QByteArray readMessageHeaders(
const MBoxEntry &entry );
181 QByteArray readRawMessage(
const MBoxEntry &entry );
194 bool save(
const QString &fileName = QString() );
205 bool setLockType( LockType ltype );
213 void setLockFile(
const QString &lockFile );
221 void setUnlockTimeout(
int msec );
234 friend class MBoxPrivate;
235 MBoxPrivate *
const d;
241 #endif // KMBOX_MBOX_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:25:39 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.