21#ifndef KIMAP2_SESSION_H
22#define KIMAP2_SESSION_H
24#include "kimap2_export.h"
26#include <QtCore/QObject>
27#include <QtNetwork/QSsl>
28#include <QtNetwork/QSslSocket>
42 friend class JobPrivate;
56 bool isConnected()
const;
67 void setErrorHandler();
73 void setTimeout(
int timeout);
83 QString selectedMailBox()
const;
85 int jobQueueSize()
const;
97 void jobQueueSizeChanged(
int queueSize);
116 void connectionFailed();
127 void stateChanged(KIMAP2::Session::State newState, KIMAP2::Session::State oldState);
130 friend class SessionPrivate;
131 SessionPrivate *
const d;
QAction * close(const QObject *recvr, const char *slot, QObject *parent)
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 3 2025 11:59:41 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.