bool mutt_prefer_as_attachment(struct Body *b)
Do we want this part as an attachment?
bool mutt_can_decode(struct Body *b)
Will decoding the attachment produce any output.
int mutt_body_handler(struct Body *b, struct State *state)
Handler for the Body of an email.
void mutt_decode_base64(struct State *state, size_t len, bool istext, iconv_t cd)
Decode base64-encoded text.
void mutt_decode_attachment(const struct Body *b, struct State *state)
Decode an email's attachment.
Keep track when processing files.