jonhoo / rust-imap

IMAP client library for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ability to use session inside `wait_while`

m-haisham opened this issue · comments

Problem

Unable to use the authenticated session inside the wait_while callback.

Use case

Call RECENT and mark the received emails as \Seen.