![]() |
![]() |
![]() |
Reference Manual of the tinymail framework | ![]() |
---|---|---|---|---|
TnyCamelMsg; TnyMsg* tny_camel_msg_new (void); TnyMsg* tny_camel_msg_new_with_part (CamelMimePart *part);
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.
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 |