diff options
author | Alex Auvolat <alex@adnab.me> | 2022-07-20 12:27:49 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-07-20 12:27:49 +0200 |
commit | 3e3821682c0009acb9651799b961f41ed3027e61 (patch) | |
tree | 62ecdb1c4db1c0e8e3059a6a8bc077dbe4866a36 /src/main.rs | |
parent | 24d9f192e45434448734e8fb03f589618ea7363f (diff) | |
download | aerogramme-3e3821682c0009acb9651799b961f41ed3027e61.tar.gz aerogramme-3e3821682c0009acb9651799b961f41ed3027e61.zip |
Move back to mainline mail-parser
- this removes the bug introduced in 0fe5fe071
- but adds some bugs where the body structure is not returned properly
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.rs b/src/main.rs index 50eb2ed..4886679 100644 --- a/src/main.rs +++ b/src/main.rs @@ -9,9 +9,6 @@ mod mail; mod server; mod time; -#[cfg(test)] -mod mail_parser_tests; - use std::path::PathBuf; use anyhow::{bail, Result}; |