review list command

This commit is contained in:
Clément DOUIN
2021-09-19 16:41:02 +02:00
parent e609fc296c
commit cebff51e5b
+1
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,