Function mail_parser::decoders::quoted_printable::decode_quoted_printable[][src]

pub fn decode_quoted_printable<'x>(
    stream: &MessageStream<'x>,
    start_pos: usize,
    boundary: &[u8],
    is_word: bool
) -> (usize, DecodeResult)