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

korgac

  • sources
  • kde-4.12
  • kdepim
  • korgac
mailclient.h
Go to the documentation of this file.
1 /*
2  Copyright (c) 1998 Barry D Benowitz <b.benowitz@telesciences.com>
3  Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org>
4  Copyright (c) 2009 Allen Winter <winter@kde.org>
5 
6  This program is free software; you can redistribute it and/or modify
7  it under the terms of the GNU General Public License as published by
8  the Free Software Foundation; either version 2 of the License, or
9  (at your option) any later version.
10 
11  This program is distributed in the hope that it will be useful,
12  but WITHOUT ANY WARRANTY; without even the implied warranty of
13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14  GNU General Public License for more details.
15 
16  You should have received a copy of the GNU General Public License along
17  with this program; if not, write to the Free Software Foundation, Inc.,
18  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19 
20  As a special exception, permission is given to link this program
21  with any edition of Qt, and distribute the resulting executable,
22  without including the source code for Qt in the source distribution.
23 */
24 #ifndef CALENDARSUPPORT_MAILCLIENT_H
25 #define CALENDARSUPPORT_MAILCLIENT_H
26 
27 #include <KCalCore/IncidenceBase>
28 
29 #include <QObject>
30 
38 namespace KPIMIdentities {
39  class Identity;
40 }
41 
42 namespace KOrg {
43 
44 class MailClient : public QObject
45 {
46  Q_OBJECT
47  public:
48  MailClient();
49  ~MailClient();
50 
51  bool mailAttendees( const KCalCore::IncidenceBase::Ptr &,
52  const KPIMIdentities::Identity &identity,
53  bool bccMe, const QString &attachment=QString(),
54  const QString &mailTransport = QString() );
55 
56  bool mailOrganizer( const KCalCore::IncidenceBase::Ptr &,
57  const KPIMIdentities::Identity &identity,
58  const QString &from, bool bccMe,
59  const QString &attachment=QString(),
60  const QString &sub=QString(),
61  const QString &mailTransport = QString() );
62 
63  bool mailTo( const KCalCore::IncidenceBase::Ptr &, const KPIMIdentities::Identity &identity,
64  const QString &from, bool bccMe, const QString &recipients,
65  const QString &attachment=QString(), const QString &mailTransport = QString() );
66 
84  bool send( const KPIMIdentities::Identity &identity, const QString &from, const QString &to,
85  const QString &cc, const QString &subject, const QString &body,
86  bool hidden=false, bool bccMe=false, const QString &attachment=QString(),
87  const QString &mailTransport = QString() );
88 };
89 
90 }
91 
92 #endif
KOrg::MailClient::mailOrganizer
bool mailOrganizer(const KCalCore::IncidenceBase::Ptr &, const KPIMIdentities::Identity &identity, const QString &from, bool bccMe, const QString &attachment=QString(), const QString &sub=QString(), const QString &mailTransport=QString())
Definition: mailclient.cpp:140
KOrg::MailClient::send
bool send(const KPIMIdentities::Identity &identity, const QString &from, const QString &to, const QString &cc, const QString &subject, const QString &body, bool hidden=false, bool bccMe=false, const QString &attachment=QString(), const QString &mailTransport=QString())
Sends mail with specified from, to and subject field and body as text.
Definition: mailclient.cpp:197
KOrg::MailClient::mailAttendees
bool mailAttendees(const KCalCore::IncidenceBase::Ptr &, const KPIMIdentities::Identity &identity, bool bccMe, const QString &attachment=QString(), const QString &mailTransport=QString())
Definition: mailclient.cpp:63
QObject
KOrg::MailClient::~MailClient
~MailClient()
Definition: mailclient.cpp:59
KOrg::MailClient
Definition: mailclient.h:44
KOrg::MailClient::mailTo
bool mailTo(const KCalCore::IncidenceBase::Ptr &, const KPIMIdentities::Identity &identity, const QString &from, bool bccMe, const QString &recipients, const QString &attachment=QString(), const QString &mailTransport=QString())
Definition: mailclient.cpp:164
KOrg::MailClient::MailClient
MailClient()
Definition: mailclient.cpp:55
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

korgac

Skip menu "korgac"
  • Main Page
  • Namespace List
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members

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