Source Code (Use browser search to find items of interest.)

Class Index

kmail'KMailIface (./kdenetwork/kmail/kmailIface.h:17)

class KMailIface : virtual public DCOPObject
{
  K_DCOP

k_dcop:
  virtual void checkMail() = 0;
  virtual void openReader(KURL messageFile) = 0;
  virtual int openComposer(QString to, QString cc, QString bcc, QString subject,
                           int hidden) = 0;
  virtual int send(int composerId, int how) = 0; //0=default,1=now,2=later
  virtual int addAttachment(int composerId, KURL url,
                            QString comment) = 0;
  virtual int setBody (int composerId, QString body) = 0;
  virtual int ready() = 0; //1=yes, 0=no
};