Top | ![]() |
![]() |
![]() |
![]() |
gboolean camel_mime_part_construct_content_from_parser (CamelMimePart *mime_part
,CamelMimeParser *mp
,GCancellable *cancellable
,GError **error
);
Constructs the contnet of mime_part
from the given mime parser.
mime_part |
||
mp |
||
cancellable |
optional GCancellable object, or |
|
error |
return location for a GError, or |
Since: 2.24
CamelMessageContentInfo *
camel_message_content_info_new (void
);
Allocate a new CamelMessageContentInfo.
CamelMessageContentInfo *
camel_message_content_info_copy (const CamelMessageContentInfo *src
);
Since: 3.24
void
camel_message_content_info_free (CamelMessageContentInfo *ci
);
Recursively frees the content info ci
, and all associated memory.
CamelMessageContentInfo *
camel_message_content_info_new_from_headers
(const CamelNameValueArray *headers
);
CamelMessageContentInfo *
camel_message_content_info_new_from_parser
(CamelMimeParser *parser
);
CamelMessageContentInfo *
camel_message_content_info_new_from_message
(CamelMimePart *mime_part
);
gboolean camel_message_content_info_traverse (CamelMessageContentInfo *ci
,gboolean (* func) (CamelMessageContentInfo *ci, gint depth, gpointer user_data)
,gpointer user_data
);
void camel_message_content_info_dump (CamelMessageContentInfo *ci
,gint depth
);