Add a recursive mail folder scan option to ScanMailboxTask

This commit is contained in:
moerfi
2022-01-07 22:18:47 +01:00
parent ec37cd5bb6
commit 39f2f8cc1b
6 changed files with 56 additions and 3 deletions

View File

@ -23,6 +23,8 @@ case class ScanMailboxArgs(
account: AccountId,
// the configured imap connection
imapConnection: Ident,
// scan folders recursively
scanRecursively: Boolean,
// what folders to search
folders: List[String],
// only select mails received since then