• Skip to content
  • Skip to link menu
  • KDE API Reference
  • kdepimlibs-4.14.10 API Reference
  • KDE Home
  • Contact Us
 

KIMAP Library

  • kimap
idlejob.h
1/*
2 Copyright (c) 2009 Kevin Ottens <ervin@kde.org>
3
4 This library is free software; you can redistribute it and/or modify it
5 under the terms of the GNU Library General Public License as published by
6 the Free Software Foundation; either version 2 of the License, or (at your
7 option) any later version.
8
9 This library is distributed in the hope that it will be useful, but WITHOUT
10 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11 FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
12 License for more details.
13
14 You should have received a copy of the GNU Library General Public License
15 along with this library; see the file COPYING.LIB. If not, write to the
16 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17 02110-1301, USA.
18*/
19
20#ifndef KIMAP_IDLEJOB_H
21#define KIMAP_IDLEJOB_H
22
23#include "kimap_export.h"
24
25#include "imapset.h"
26#include "job.h"
27
28#include "kmime/kmime_content.h"
29#include "kmime/kmime_message.h"
30
31#include <boost/shared_ptr.hpp>
32
33namespace KIMAP {
34
35class Session;
36struct Message;
37class IdleJobPrivate;
38
63class KIMAP_EXPORT IdleJob : public Job
64{
65 Q_OBJECT
66 Q_DECLARE_PRIVATE( IdleJob )
67
68 public:
69 explicit IdleJob( Session *session );
70 virtual ~IdleJob();
71
77 QString lastMailBox() const;
89 int lastMessageCount() const;
102 int lastRecentCount() const;
103
104 public Q_SLOTS:
108 void stop();
109
110 Q_SIGNALS:
120 void mailBoxStats(KIMAP::IdleJob *job, const QString &mailBox, int messageCount, int recentCount);
121
130 void mailBoxMessageFlagsChanged(KIMAP::IdleJob *job, qint64 uid);
131
132 protected:
133 virtual void doStart();
134 virtual void handleResponse(const Message &response);
135
136 private:
137 Q_PRIVATE_SLOT( d_func(), void emitStats() )
138 Q_PRIVATE_SLOT( d_func(), void resetTimeout() )
139};
140
141}
142
143#endif
KIMAP::IdleJob
Idles the connection to the IMAP server.
Definition: idlejob.h:64
KIMAP::IdleJob::mailBoxStats
void mailBoxStats(KIMAP::IdleJob *job, const QString &mailBox, int messageCount, int recentCount)
Signals that the server has notified that the total and recent message counts have changed.
KIMAP::IdleJob::mailBoxMessageFlagsChanged
void mailBoxMessageFlagsChanged(KIMAP::IdleJob *job, qint64 uid)
Signals that the server has notified that the some messages flags have changed.
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

KIMAP Library

Skip menu "KIMAP Library"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • Related Pages

kdepimlibs-4.14.10 API Reference

Skip menu "kdepimlibs-4.14.10 API Reference"
  • akonadi
  •   contact
  •   kmime
  •   socialutils
  • kabc
  • kalarmcal
  • kblog
  • kcal
  • kcalcore
  • kcalutils
  • kholidays
  • kimap
  • kioslave
  •   imap4
  •   mbox
  •   nntp
  • kldap
  • kmbox
  • kmime
  • kontactinterface
  • kpimidentities
  • kpimtextedit
  • kpimutils
  • kresources
  • ktnef
  • kxmlrpcclient
  • mailtransport
  • microblog
  • qgpgme
  • syndication
  •   atom
  •   rdf
  •   rss2
Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal