Add a subject filter to scan-mailbox args

This commit is contained in:
Eike Kettner
2020-11-13 20:59:03 +01:00
parent 98ee813820
commit 5034e12bec
4 changed files with 35 additions and 6 deletions

View File

@ -3503,7 +3503,12 @@ components:
$ref: "#/components/schemas/StringList"
fileFilter:
description: |
A glob to filter attachments to import.
A glob to filter attachments to import by file name.
type: string
format: glob
subjectFilter:
description: |
A glob to filter attachments to import by subject.
type: string
format: glob