f7bff02269
modified: _conf_schema.json modified: main.py
35 lines
803 B
JSON
35 lines
803 B
JSON
{
|
|
"email_usr": {
|
|
"description": "邮箱",
|
|
"type": "string",
|
|
"hint": "邮箱",
|
|
"obvious_hint": true,
|
|
"default": "123456@qq.com"
|
|
},
|
|
"emcil_paswd": {
|
|
"description": "邮箱授权码",
|
|
"type": "string",
|
|
"hint": "邮箱授权码",
|
|
"obvious_hint": true,
|
|
"default": "123456"
|
|
},
|
|
"emcil_imap": {
|
|
"description": "IMAP服务器地址",
|
|
"type": "string",
|
|
"hint": "IMAP服务器地址",
|
|
"obvious_hint": true,
|
|
"default": "imap.qq.com"
|
|
},
|
|
"emcil_white": {
|
|
"description": "发件人白名单",
|
|
"type": "list",
|
|
"hint": "只接受指定发件人的邮件",
|
|
"obvious_hint": true
|
|
},
|
|
"no_file": {
|
|
"description": "屏蔽附件名称",
|
|
"type": "list",
|
|
"hint": "屏蔽干扰附件",
|
|
"obvious_hint": true
|
|
}
|
|
} |