meli/melib
Manos Pitsidianakis f0bd999f8c
parser: fix empty header value when header is last or when prefixed with
'\n'

when an empty header is last, the rest of the body keeps getting parsed
as headers. when header starts with '\n' because the value is long, the
value gets parsed as a name and the header parser fails.

closes #100

closes #101

closes #122
2019-06-10 19:40:51 +03:00
..
src parser: fix empty header value when header is last or when prefixed with 2019-06-10 19:40:51 +03:00
Cargo.toml move grapheme stuff to melib 2019-06-10 19:40:49 +03:00