MCPcopy Create free account
hub / github.com/MailCore/mailcore2 / get_other_text_part

Function get_other_text_part

src/core/rfc822/MCMessageBuilder.cpp:233–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233static struct mailmime * get_other_text_part(MessageBuilder * builder,
234 const char * mime_type, const char * charset, const char * content_id,
235 const char * description,
236 const char * text, size_t length, clist * contentTypeParameters)
237{
238 return get_text_part(builder, mime_type, charset, content_id, description, text, length, MAILMIME_MECHANISM_QUOTED_PRINTABLE, contentTypeParameters);
239}
240
241static struct mailmime * get_file_part(MessageBuilder * builder,
242 const char * filename, const char * mime_type, int is_inline,

Callers 1

mime_from_attachmentFunction · 0.85

Calls 1

get_text_partFunction · 0.85

Tested by

no test coverage detected