Nadja von Reitzenstein Čerpnjak

Results 22 comments of Nadja von Reitzenstein Čerpnjak

Are you sure? `rustdoc` (and `static_assertions`) do show an Auto Trait implementation for `Send` and `Sync` on `imap::types::UnsolicitedResponse`. `Connection`, `Client` and `Session` do all also implement `Send` as long as...

> Fixing the sender on the other hand would be possible with https://doc.rust-lang.org/std/sync/mpsc/fn.sync_channel.html however the same error would appear for the Receiver then Hmm, as I understand the code the...