KIMAP Library
20 #ifndef KIMAP_SELECTJOB_H
21 #define KIMAP_SELECTJOB_H
23 #include "kimap_export.h"
31 class SelectJobPrivate;
33 class KIMAP_EXPORT SelectJob :
public Job
36 Q_DECLARE_PRIVATE( SelectJob )
38 friend class SessionPrivate;
41 explicit SelectJob( Session *session );
44 void setMailBox( const QString &mailBox );
45 QString mailBox() const;
47 void setOpenReadOnly(
bool readOnly );
48 bool isOpenReadOnly() const;
50 QList<QByteArray> flags() const;
51 QList<QByteArray> permanentFlags() const;
53 int messageCount() const;
54 int recentCount() const;
55 int firstUnseenIndex() const;
57 qint64 uidValidity() const;
58 qint64 nextUid() const;
61 virtual
void doStart();
62 virtual
void handleResponse( const Message &response );
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Nov 26 2013 09:02:14 by
doxygen 1.8.5 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.