KIMAP Library
20#ifndef KIMAP_SELECTJOB_H
21#define KIMAP_SELECTJOB_H
23#include "kimap_export.h"
31class SelectJobPrivate;
33class 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;
67 quint64 highestModSequence()
const;
78 void setCondstoreEnabled(
bool enable );
85 bool condstoreEnabled()
const;
88 virtual void doStart();
89 virtual void handleResponse(
const Message &response );
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.