async-email / async-smtp

Apache License 2.0
60 stars 13 forks source link

Eliminate all `.expect()`, `unwrap()` and panics. #7

Open link2xt opened 4 years ago

link2xt commented 4 years ago

SMTP crashes were reported for Delta Chat and they are not fixed yet probably: https://github.com/deltachat/deltachat-core-rust/issues/1063

Maybe we also can enable clippy checks result_unwrap_used, result_expect_used, option_expect_used, option_unwrap_used, panic, unimplemented and unreachable.