fn skip_forward_header<'a>(lines: &'a [&str]) -> (&'a [&'a str], bool)
Expand description

Skips “forwarded message” header. Returns message body lines and a boolean indicating whether a message is forwarded or not.