pub fn quoted_printable_encode( input: &[u8], output: impl Write, is_inline: bool, is_body: bool, ) -> Result<usize>