• Skip to content
  • Skip to link menu
KDE 4.2 API Reference
  • KDE API Reference
  • KDE-PIM Libraries
  • Sitemap
  • Contact Us
 

mailtransport

sendmailjob.h

00001 /*
00002     Copyright (c) 2007 Volker Krause <vkrause@kde.org>
00003     Copyright (c) 2007 KovoKs <kovoks@kovoks.nl>
00004 
00005     Based on KMail code by:
00006     Copyright (c) 1996-1998 Stefan Taferner <taferner@kde.org>
00007 
00008     This library is free software; you can redistribute it and/or modify it
00009     under the terms of the GNU Library General Public License as published by
00010     the Free Software Foundation; either version 2 of the License, or (at your
00011     option) any later version.
00012 
00013     This library is distributed in the hope that it will be useful, but WITHOUT
00014     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
00015     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
00016     License for more details.
00017 
00018     You should have received a copy of the GNU Library General Public License
00019     along with this library; see the file COPYING.LIB.  If not, write to the
00020     Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
00021     02110-1301, USA.
00022 */
00023 
00024 #ifndef MAILTRANSPORT_SENDMAILJOB_H
00025 #define MAILTRANSPORT_SENDMAILJOB_H
00026 
00027 #include <mailtransport/transportjob.h>
00028 
00029 #include <QtCore/QProcess>
00030 class SendMailJobPrivate;
00031 
00032 namespace MailTransport {
00033 
00037 class MAILTRANSPORT_EXPORT SendmailJob : public TransportJob
00038 {
00039   Q_OBJECT
00040   public:
00046     explicit SendmailJob( Transport *transport, QObject *parent = 0 );
00047 
00051     virtual ~SendmailJob();
00052 
00053   protected:
00054     virtual void doStart();
00055     virtual bool doKill();
00056 
00057   private Q_SLOTS:
00058     void sendmailExited( int, QProcess::ExitStatus );
00059     void receivedError();
00060     void receivedStdErr();
00061 
00062   private:
00063     SendMailJobPrivate *const d;
00064 };
00065 
00066 }
00067 
00068 #endif

mailtransport

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

KDE-PIM Libraries

Skip menu "KDE-PIM Libraries"
  • akonadi
  • kabc
  • kblog
  • kcal
  • kimap
  • kioslave
  •   imap4
  •   mbox
  • kldap
  • kmime
  • kpimidentities
  •   richtextbuilders
  • kpimutils
  • kresources
  • ktnef
  • kxmlrpcclient
  • mailtransport
  • qgpgme
  • syndication
  •   atom
  •   rdf
  •   rss2
Generated for KDE-PIM Libraries by doxygen 1.5.8
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal