• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdepim API Reference
  • KDE Home
  • Contact Us
 

mailcommon

  • sources
  • kde-4.12
  • kdepim
  • mailcommon
  • mdn
sendmdnhandler.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2010 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.net,
3  Author Tobias Koenig <tokoe@kdab.com>
4 
5  This library is free software; you can redistribute it and/or modify it
6  under the terms of the GNU Library General Public License as published by
7  the Free Software Foundation; either version 2 of the License, or (at your
8  option) any later version.
9 
10  This library is distributed in the hope that it will be useful, but WITHOUT
11  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12  FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
13  License for more details.
14 
15  You should have received a copy of the GNU Library General Public License
16  along with this library; see the file COPYING.LIB. If not, write to the
17  Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
18  02110-1301, USA.
19 */
20 
21 #ifndef MAILCOMMON_SENDMDNHANDLER_H
22 #define MAILCOMMON_SENDMDNHANDLER_H
23 
24 #include "mailcommon_export.h"
25 
26 #include <messageviewer/viewer/viewer.h>
27 
28 #include <QObject>
29 
30 namespace MailCommon {
31 
32 class IKernel;
33 
37 class MAILCOMMON_EXPORT SendMdnHandler : public QObject,
38  public MessageViewer::AbstractMessageLoadedHandler
39 {
40  Q_OBJECT
41 
42  public:
49  explicit SendMdnHandler( IKernel *kernel, QObject *parent = 0 );
50 
54  ~SendMdnHandler();
55 
59  virtual void setItem( const Akonadi::Item &item );
60 
61  private:
62  //@cond PRIVATE
63  class Private;
64  Private *const d;
65 
66  Q_PRIVATE_SLOT( d, void handleMessages() )
67  //@endcond
68 };
69 
70 }
71 
72 #endif
MailCommon::SendMdnHandler
A viewer handler to send MDN for viewed messages.
Definition: sendmdnhandler.h:37
QObject
mailcommon_export.h
MAILCOMMON_EXPORT
#define MAILCOMMON_EXPORT
Definition: mailcommon_export.h:35
MailCommon::IKernel
Generic interface for mail kernels.
Definition: mailinterfaces.h:45
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:15 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

mailcommon

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

kdepim API Reference

Skip menu "kdepim API Reference"
  • akonadi_next
  • akregator
  • blogilo
  • calendarsupport
  • console
  •   kabcclient
  •   konsolekalendar
  • kaddressbook
  • kalarm
  •   lib
  • kdgantt2
  • kjots
  • kleopatra
  • kmail
  • knode
  • knotes
  • kontact
  • korgac
  • korganizer
  • ktimetracker
  • libkdepim
  • libkleo
  • libkpgp
  • mailcommon
  • messagelist
  • messageviewer

Search



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