15 lines
257 B
TOML
15 lines
257 B
TOML
name = "Mail.Sync"
|
|
input.module = "input.py"
|
|
[input.params]
|
|
path = "${myai_dir}/mail"
|
|
imap_server = "imap.qq.com"
|
|
imap_port = 993
|
|
address = "115620204@qq.com"
|
|
password = "zbbjpbukeonqbjja"
|
|
[input.params.fields]
|
|
from = "from"
|
|
to = "to"
|
|
subject = "subject"
|
|
|
|
|