Searched refs:MESSAGE_PART_FLAG_IS_MIME (Results 1 - 4 of 4) sorted by relevance

/dovecot/src/lib-mail/
H A Dmessage-part.h24 MESSAGE_PART_FLAG_IS_MIME = 0x40 enumerator in enum:message_part_flags
H A Dtest-message-parser.c262 test_assert(parts->flags == (MESSAGE_PART_FLAG_MULTIPART | MESSAGE_PART_FLAG_IS_MIME));
270 test_assert(parts->children->flags == (MESSAGE_PART_FLAG_MULTIPART | MESSAGE_PART_FLAG_IS_MIME));
279 test_assert(parts->children->next->flags == (MESSAGE_PART_FLAG_TEXT | MESSAGE_PART_FLAG_IS_MIME));
315 test_assert(parts->flags == (MESSAGE_PART_FLAG_MULTIPART | MESSAGE_PART_FLAG_IS_MIME));
352 test_assert(parts->flags == (MESSAGE_PART_FLAG_MULTIPART | MESSAGE_PART_FLAG_IS_MIME));
396 test_assert(parts->flags == (MESSAGE_PART_FLAG_MULTIPART | MESSAGE_PART_FLAG_IS_MIME));
403 test_assert(parts->children->flags == (MESSAGE_PART_FLAG_MULTIPART | MESSAGE_PART_FLAG_IS_MIME));
411 test_assert(parts->children->children->flags == (MESSAGE_PART_FLAG_TEXT | MESSAGE_PART_FLAG_IS_MIME));
454 test_assert(parts->flags == (MESSAGE_PART_FLAG_MULTIPART | MESSAGE_PART_FLAG_IS_MIME));
461 test_assert(parts->children->flags == (MESSAGE_PART_FLAG_MULTIPART | MESSAGE_PART_FLAG_IS_MIME));
[all...]
H A Dmessage-parser.c268 ctx->part->flags |= MESSAGE_PART_FLAG_IS_MIME;
551 (part->flags & MESSAGE_PART_FLAG_IS_MIME) != 0) {
608 part->flags |= MESSAGE_PART_FLAG_IS_MIME;
612 part->flags |= MESSAGE_PART_FLAG_IS_MIME;
629 if ((part->flags & MESSAGE_PART_FLAG_IS_MIME) == 0) {
638 (part->flags & MESSAGE_PART_FLAG_IS_MIME) == 0) {
H A Dmessage-part-data.c464 } else if ((part->flags & MESSAGE_PART_FLAG_IS_MIME) == 0) {

Completed in 12 milliseconds