jonhoo / rust-imap

IMAP client library for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

try_handle_unilateral should return Result<(), Response>

jonhoo opened this issue · comments

Overloading Option here makes the caller code harder to understand by reading. It would also enable us to use ?.