Other: Implement subfolder support

This commit is contained in:
James Houlahan
2022-10-25 02:04:43 +02:00
parent 4f7cb43c8f
commit fd0c262645
3 changed files with 249 additions and 42 deletions

View File

@ -160,7 +160,7 @@ func matchMailboxes(have, want []Mailbox) error {
})
if !IsSub(want, have) {
return fmt.Errorf("missing messages: %v", want)
return fmt.Errorf("missing mailboxes: %v", want)
}
return nil