Displaying 1 result from an estimated 1 matches for "get_unserialized_parts".
Did you mean:
get_serialized_parts
2016 Dec 27
1
Identify if a message_part is an attachment ?
...0)
|_ mail_get_parts(mail, &parts) /* atmail send msgpart */
|_ call to p->v.get_parts(mail, parts_r)
(index_mail_get_parts) /* atmail over-ride this function */
|_ get_cached_parts(mail) /* sets data->part */
|_ get_unserialized_parts(index_mail)
|_ get_serialized_parts(mail, &part_buf)
|_ index_mail_cache_lookup_field
|_ mail_cache_lookup_field
|_ imap_msgpart_open_normal()
|_ .. see call stack below ..