From 3cd0fa8749f3d39625c2a3a2c6752e90a8147b95 Mon Sep 17 00:00:00 2001 From: Raleigh Li <35327409+DongRih@users.noreply.github.com> Date: Sun, 16 Feb 2025 23:13:51 +0800 Subject: [PATCH] =?UTF-8?q?mail.md=20=E6=9B=B4=E6=96=B0=E4=BA=86=E5=90=84?= =?UTF-8?q?=E7=A7=8D=E9=82=AE=E7=AE=B1=E7=9A=84=E5=8F=AF=E7=94=A8=E6=83=85?= =?UTF-8?q?=E5=86=B5=E7=8E=B0=E7=8A=B6=20(#197)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update mail.md netease mail currently unavailable * Update mail.md updated outlook auth method * Apply suggestions from code review --------- Co-authored-by: Shigma --- zh-CN/plugins/adapter/mail.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/zh-CN/plugins/adapter/mail.md b/zh-CN/plugins/adapter/mail.md index 57dd0d657372..43535d5bb63a 100644 --- a/zh-CN/plugins/adapter/mail.md +++ b/zh-CN/plugins/adapter/mail.md @@ -14,12 +14,20 @@ ### 网易 163 邮箱 +::: danger +由于 [satorijs/satori#204](https://github.com/satorijs/satori/issues/204),暂时无法正常接入网易 (163, 126) 邮箱。 +::: + - 接收服务器:`imap.163.com`,端口号 `993` - 发送服务器:`smtp.163.com`,端口号 `465` 或 `994` - 参考:[网易邮箱 IMAP 服务](https://mail.163.com/html/110127_imap/index.htm) ### Outlook +::: danger +[Outlook 现仅支持 OAuth 验证](https://learn.microsoft.com/en-us/exchange/clients-and-mobile-in-exchange-online/deprecation-of-basic-authentication-exchange-online)。 +::: + - 接收服务器:`outlook.office365.com`,端口号 `993` - 发送服务器:`smtp-mail.outlook.com`,端口号 `587` - 参考:[Outlook.com 的 POP、IMAP 和 SMTP 设置](https://support.microsoft.com/zh-cn/office/outlook-com-%E7%9A%84-pop-imap-%E5%92%8C-smtp-%E8%AE%BE%E7%BD%AE-d088b986-291d-42b8-9564-9c414e2aa040)