TnyCamelMsg

TnyCamelMsg — A message type for Camel

Synopsis

                    TnyCamelMsg;
TnyMsg*             tny_camel_msg_new                   (void);
TnyMsg*             tny_camel_msg_new_with_part         (CamelMimePart *part);

Object Hierarchy

  GObject
   +----TnyCamelMimePart
         +----TnyCamelMsg

Implemented Interfaces

TnyCamelMsg implements TnyMimePart and TnyMsg.

Description

A TnyMsg implementation that plays proxy for the CamelMimeMessage type in Camel. It inherits from TnyCamelMimePart and can therefore be used as a mime part too.

This implementation is coupled with TnyCamelMimePart.

Details

TnyCamelMsg

typedef struct _TnyCamelMsg TnyCamelMsg;


tny_camel_msg_new ()

TnyMsg*             tny_camel_msg_new                   (void);

The TnyCamelMsg implementation is actually a proxy for CamelMimeMessage (and a few other Camel types)

Returns :

A new TnyMsg instance implemented for Camel

tny_camel_msg_new_with_part ()

TnyMsg*             tny_camel_msg_new_with_part         (CamelMimePart *part);

The TnyMsg implementation is actually a proxy for CamelMimePart.

part :

a CamelMimePart object

Returns :

A new TnyMsg instance implemented for Camel

See Also

TnyMsg, TnyCamelMimePart, TnyMimePart