feat: IMAP 支持 SSL/STARTTLS 配置

This commit is contained in:
2026-07-02 22:18:51 +08:00
parent 05135ee0cc
commit d7daddf491
3 changed files with 10 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ email_accounts:
imap_port: 993
username: "your_email@gmail.com"
password: "your_app_password"
use_ssl: true
smtp:
server: "smtp.gmail.com"
port: 465
@@ -12,6 +13,7 @@ email_accounts:
imap_port: 993
username: "your_email@126.com"
password: "your_auth_code"
use_ssl: true
smtp:
server: "smtp.126.com"
port: 465