summaryrefslogtreecommitdiffstats
path: root/parser/src/parser.rs
AgeCommit message (Collapse)Author
2019-12-26WIPparser/port-content-dispositionMatthias Beyer
2019-12-26Rewrite functions to return Result<_>Matthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-12-26fixup! Add Disposition::{FormData, Extension} supportMatthias Beyer
2019-12-23Replace own error type with failureparsingMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-12-23Remove test that depends on test data that we have not imported from mailparseMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-12-23Fix imports in doctests and testsMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-12-23Move header stuff to own moduleMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-12-23Import mailparse codeMatthias Beyer
As the "mailparse" code is licensed as 0BSD, I think I can import this code here without any further arrangements. (IANAL) All credit up to here goes to the author of the "mailparse" crate, of course. The code was a bit restructured into more modules. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>