mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-17 05:07:55 +08:00
add mailbox handler tests (#225)
* make imap.fetch_mboxes return a Mboxes struct * add mbox handler tests
This commit is contained in:
@@ -296,8 +296,9 @@ impl Msg {
|
||||
}
|
||||
|
||||
pub fn edit_with_editor<
|
||||
'a,
|
||||
OutputService: OutputServiceInterface,
|
||||
ImapService: ImapServiceInterface,
|
||||
ImapService: ImapServiceInterface<'a>,
|
||||
SmtpService: SmtpServiceInterface,
|
||||
>(
|
||||
mut self,
|
||||
|
||||
Reference in New Issue
Block a user