21 #ifndef KOMPOSERIFACE_H
22 #define KOMPOSERIFACE_H
24 #include <dcopobject.h>
45 virtual void send( int how) = 0;
50 virtual void addAttachment( const KURL &url, const TQString &comment) = 0;
55 virtual void setBody( const TQString &body ) = 0;
71 const TQByteArray &data,
72 const TQCString &type,
73 const TQCString &subType,
74 const TQCString ¶mAttr,
75 const TQString ¶mValue,
76 const TQCString &contDisp ) = 0;
DCOP interface for mail composer window.
virtual void addAttachment(const KURL &url, const TQString &comment)=0 Add url as attachment with a user-defined comment.
virtual void addAttachment(const TQString &name, const TQCString &cte, const TQByteArray &data, const TQCString &type, const TQCString &subType, const TQCString ¶mAttr, const TQString ¶mValue, const TQCString &contDisp)=0 Add attachment.
virtual void send(int how)=0 Send message.
virtual void setBody(const TQString &body)=0 Set message body.
|