review list command

This commit is contained in:
Clément DOUIN 2021-09-19 16:41:02 +02:00
parent e609fc296c
commit cebff51e5b
No known key found for this signature in database
GPG key ID: 69C9B9CFFDEE2DEF

View file

@ -200,6 +200,7 @@ pub fn forward<ImapService: ImapServiceInterface, SmtpService: SmtpServiceInterf
Ok(())
}
/// List messages with pagination from the selected mailbox.
pub fn list<ImapService: ImapServiceInterface>(
page_size: Option<usize>,
page: usize,