jonhoo / rust-imap

IMAP client library for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Number of emails in an IMAP folder

xianwenchen opened this issue · comments

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!

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