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;
 
   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-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:08 by
doxygen 1.8.7 written
by 
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.