MailTransportServiceIface.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022 #ifndef MAILTRANSPORTSERVICEIFACE_H
00023 #define MAILTRANSPORTSERVICEIFACE_H
00024
00025 #include <dcopobject.h>
00026 #include <dcopref.h>
00027 #include <kurl.h>
00028 #include <qstring.h>
00029 #include <qcstring.h>
00030
00031 namespace KPim {
00032
00033 class MailTransportServiceIface : virtual public DCOPObject
00034 {
00035 K_DCOP
00036
00037 k_dcop:
00044 virtual bool sendMessage(const QString& to, const QString& cc, const QString& bcc,
00045 const QString& subject, const QString& body, const KURL::List& attachments) = 0;
00053 virtual bool sendMessage(const QString& to, const QString& cc, const QString& bcc,
00054 const QString& subject, const QString& body, const QByteArray& attachment) = 0;
00055
00056 };
00057
00058 }
00059
00060 #endif // MAILTRANSPORTSERVICEIFACE_H
00061
This file is part of the documentation for libkdepim Library Version 3.2.2.