jonhoo / rust-imap

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

Number of emails in an IMAP folder #279

Closed xianwenchen closed 8 months ago

xianwenchen commented 8 months ago

Thanks for the work on this crate!

I'm wondering if you could add hint or documentation on how one may obtain number of emails in an IMAP folder?

Thanks!

xianwenchen commented 8 months ago

I found out that using Session.status(), I could obtain number of emails.