search for: message_decoder_flag_return_binary

Displaying 1 result from an estimated 1 matches for "message_decoder_flag_return_binary".

2014 May 12
0
message-decoder bug for attachments with charset=binary attribute in content-type?
...ine 241 with new one, the dovecots message decoder decodes message correctly and pdftotext can convert attached PDF. Original code: ============================================================ 241: ctx->binary_input = ctx->content_charset == NULL && 242: (ctx->flags & MESSAGE_DECODER_FLAG_RETURN_BINARY) != 0 && 243: (part->flags & (MESSAGE_PART_FLAG_TEXT | 244: MESSAGE_PART_FLAG_MESSAGE_RFC822)) == 0; ============================================================ My update: ============================================================ 241 ctx->binary_input = ((ctx-&g...