add mailbox handler tests (#225)

* make imap.fetch_mboxes return a Mboxes struct

* add mbox handler tests
This commit is contained in:
Clément DOUIN
2021-10-14 12:52:30 +02:00
committed by GitHub
parent 8af14734c3
commit 85f3ce8976
11 changed files with 199 additions and 60 deletions
+2 -1
View File
@@ -296,8 +296,9 @@ impl Msg {
}
pub fn edit_with_editor<
'a,
OutputService: OutputServiceInterface,
ImapService: ImapServiceInterface,
ImapService: ImapServiceInterface<'a>,
SmtpService: SmtpServiceInterface,
>(
mut self,