summaryrefslogtreecommitdiffstats
path: root/melib/src/email/parser.rs
AgeCommit message (Collapse)Author
2019-07-17Remove dead codeminorMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-07-17Fix: This comment is not a proper rustdoc comment and probably should not be ↵Matthias Beyer
one anyways Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-07-17Remove unused variableMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-06-18melib: add struct and parser for mailto: linksManos Pitsidianakis
2019-06-18Fix warnings, lints, and 2018 errorsManos Pitsidianakis
2019-06-10parser: fix empty header value when header is last or when prefixed withManos Pitsidianakis
'\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-10melib: unwrap mailbox moduleManos Pitsidianakis