23 #ifndef MUTT_HANDLER_H
24 #define MUTT_HANDLER_H
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.
void mutt_decode_attachment(struct Body *b, struct State *s)
Decode an email's attachment.
void mutt_decode_base64(struct State *s, size_t len, bool istext, iconv_t cd)
Decode base64-encoded text.
int mutt_body_handler(struct Body *b, struct State *s)
Handler for the Body of an email.
Keep track when processing files.