niax / rust-email

Implementation of MIME Messages for Rust
MIT License
63 stars 34 forks source link

Review usage of unwrap and panics #16

Open untitaker opened 9 years ago

untitaker commented 9 years ago

While removing usages of unstable features, I've put quite a lot of unwraps in the code. I don't think the code now panics more on bad input than it did before (since the unstable APIs paniced themselves), but still.