libkdepim
KPim::MailTransportServiceIface Class Reference
List of all members.Detailed Description
Definition at line 36 of file MailTransportServiceIface.h.
DCOP Member Functions | |
virtual bool | sendMessage (const QString &from, const QString &to, const QString &cc, const QString &bcc, const QString &subject, const QString &body, const KURL::List &attachments)=0 |
virtual bool | sendMessage (const QString &from, const QString &to, const QString &cc, const QString &bcc, const QString &subject, const QString &body, const QByteArray &attachment)=0 |
virtual bool | sendMessage (const QString &to, const QString &cc, const QString &bcc, const QString &subject, const QString &body, const QByteArray &attachment)=0 |
Public Attributes | |
k_dcop_hidden | __pad0__: virtual bool sendMessage( const QString& to |
k_dcop_hidden const QString & | cc |
k_dcop_hidden const QString const QString & | bcc |
k_dcop_hidden const QString const QString const QString & | subject |
k_dcop_hidden const QString const QString const QString const QString & | body |
k_dcop_hidden const QString const QString const QString const QString const KURL::List & | attachments = 0 |
Member Function Documentation
|
This method is deprecated. Use the corresponding method with the additional parameter from instead. |
|
This method basically behaves like the one above, but takes only one attachment as QByteArray. This is useful if you want to attach simple text files (e.g. a vCalendar). The mimetype is determined using mime magic.
|
|
This method will compose a message and send it using the mailers preferred transport. The mimetype of the attachments passed is determined using mime magic.
|
The documentation for this class was generated from the following file: