feat: add expected recipient reporting
This commit is contained in:
parent
5ea6c738d2
commit
b7591f531b
17 changed files with 629 additions and 22 deletions
|
|
@ -15,12 +15,18 @@ scan:
|
|||
mode: incremental
|
||||
max_messages_per_run: 5000
|
||||
since: null
|
||||
from: null
|
||||
to: null
|
||||
include_seen: true
|
||||
mark_seen: false
|
||||
store_raw_headers: true
|
||||
store_raw_body: false
|
||||
store_raw_message_ref: true
|
||||
|
||||
expected_recipients:
|
||||
path: null
|
||||
csv_column: email
|
||||
|
||||
storage:
|
||||
path: .email-connect/state.sqlite
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue