feat: IMAP 支持 SSL/STARTTLS 配置

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

No files matched your search

+2
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