Home
last modified time | relevance | path

Searched refs:INLINE_MEDIA (Results 1 – 2 of 2) sorted by relevance

/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Djmap_mail_query.c415 enum parttype { OTHER, PLAIN, HTML, MULTIPART, INLINE_MEDIA, MESSAGE }; in _email_extract_bodies_internal() enumerator
436 parttype = INLINE_MEDIA; in _email_extract_bodies_internal()
459 (parttype == PLAIN || parttype == HTML || parttype == INLINE_MEDIA) && in _email_extract_bodies_internal()
464 (parttype == INLINE_MEDIA || !dispname))); in _email_extract_bodies_internal()
495 if ((!textlist || !htmllist) && parttype == INLINE_MEDIA) in _email_extract_bodies_internal()
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Djmap_mail_query.c257 enum parttype { OTHER, PLAIN, HTML, MULTIPART, INLINE_MEDIA, MESSAGE }; in _email_extract_bodies_internal() enumerator
278 parttype = INLINE_MEDIA; in _email_extract_bodies_internal()
301 (parttype == PLAIN || parttype == HTML || parttype == INLINE_MEDIA) && in _email_extract_bodies_internal()
306 (parttype == INLINE_MEDIA || !dispname))); in _email_extract_bodies_internal()
337 if ((!textlist || !htmllist) && parttype == INLINE_MEDIA) in _email_extract_bodies_internal()