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:
00045 virtual bool sendMessage( const QString& from, const QString& to,
00046 const QString& cc, const QString& bcc,
00047 const QString& subject, const QString& body,
00048 const KURL::List& attachments ) = 0;
00049
00058 virtual bool sendMessage( const QString& from, const QString& to,
00059 const QString& cc, const QString& bcc,
00060 const QString& subject, const QString& body,
00061 const QByteArray& attachment ) = 0;
00062
00063 k_dcop_hidden:
00068
00069 virtual bool sendMessage( const QString& to,
00070 const QString& cc, const QString& bcc,
00071 const QString& subject, const QString& body,
00072 const KURL::List& attachments ) = 0;
00073
00078
00079 virtual bool sendMessage( const QString& to,
00080 const QString& cc, const QString& bcc,
00081 const QString& subject, const QString& body,
00082 const QByteArray& attachment ) = 0;
00083
00084 };
00085
00086 }
00087
00088 #endif // MAILTRANSPORTSERVICEIFACE_H
00089
This file is part of the documentation for libkdepim Library Version 3.3.2.