mirror of
https://github.com/chatmail/core.git
synced 2026-04-07 08:02:11 +03:00
- Replace .ok_or_else() and .map_err() with anyhow::Context where possible. - Use .context() to check Option for None when it's an error - Resultify Chatlist.get_chat_id() - Add useful .context() to some errors - IMAP error handling cleanup