{ "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 }, "rwebui": { "description": "是否开启webui", "type": "bool", "hint": "是否开启webui", "obvious_hint": true, "default":false }, "webui_port": { "description": "webui端口", "type": "int", "hint": "webui端口 2~65534 输入无效端口会默认使用5001", "obvious_hint": true, "default":5001 }, "webui_passwd": { "description": "webui访问密码", "type": "string", "hint": "webui访问密码", "obvious_hint": true, "default":"admin" } }