Searched defs:body_data (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-storage/index/
H A Dindex-mail.c963 struct message_part_data *body_data = parts->data; local
966 i_assert(body_data != NULL);
968 if (body_data->content_type == NULL ||
969 strcasecmp(body_data->content_type, "text") == 0) {
974 if (strcasecmp(body_data->content_type, "multipart") != 0) {
979 if (strcasecmp(body_data->content_subtype, "alternative") == 0) {

Completed in 18 milliseconds