niax / rust-email

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

Changed Rc to Arc to allow sending stuff between threads. #38

Closed golddranks closed 7 years ago

golddranks commented 7 years ago

Fortunately it's a very simple change.

golddranks commented 7 years ago

Do you have time to review & pull this in? (And maybe release a new version?) Pretty please? :D @niax

golddranks commented 7 years ago

Any chance this could be pulled in?

untitaker commented 7 years ago

Yes, looks good. Thanks!