Home
last modified time | relevance | path

Searched refs:body_subtype (Results 1 – 4 of 4) sorted by relevance

/dports/mail/mailutils/mailutils-3.13/libmailutils/mailbox/
H A Dbodystruct.c48 free (bs->body_subtype); in mu_bodystructure_free()
123 bs->body_subtype = ct->subtype; in bodystructure_fill()
125 mu_strupper (bs->body_subtype); in bodystructure_fill()
145 bs->body_subtype = strdup ("PLAIN"); in bodystructure_fill()
146 if (!bs->body_subtype) in bodystructure_fill()
/dports/mail/mailutils/mailutils-3.13/libproto/imap/
H A Dfetch.c521 { mu_offsetof (struct mu_bodystructure, body_subtype),
546 { mu_offsetof (struct mu_bodystructure, body_subtype),
574 { mu_offsetof (struct mu_bodystructure, body_subtype),
605 { mu_offsetof (struct mu_bodystructure, body_subtype),
/dports/mail/mailutils/mailutils-3.13/include/mailutils/
H A Dmessage.h58 char *body_subtype; member
/dports/mail/mailutils/mailutils-3.13/mu/libexec/
H A Dimap.c292 mu_prstr (bs->body_subtype)); in print_bs()