jonhoo / rust-imap

IMAP client library for Rust
Apache License 2.0
477 stars 80 forks source link

Ability to use session inside `wait_while` #274

Closed m-haisham closed 9 months ago

m-haisham commented 9 months ago

Problem

Unable to use the authenticated session inside the wait_while callback.

Use case

Call RECENT and mark the received emails as \Seen.