mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 18:38:26 +00:00
Add a recursive mail folder scan option to ScanMailboxTask
This commit is contained in:
@ -6407,6 +6407,7 @@ components:
|
||||
required:
|
||||
- id
|
||||
- enabled
|
||||
- scanRecursively
|
||||
- imapConnection
|
||||
- schedule
|
||||
- folders
|
||||
@ -6426,6 +6427,10 @@ components:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
scanRecursively:
|
||||
type: boolean
|
||||
description: |
|
||||
Scan folders recursively for new mails.
|
||||
schedule:
|
||||
type: string
|
||||
format: calevent
|
||||
|
Reference in New Issue
Block a user