From 77a886d48b27bf4a2c23c4acb921063523e3c190 Mon Sep 17 00:00:00 2001 From: Joseph Pan Date: Sun, 13 Aug 2017 12:21:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E9=82=AE=E7=AE=B1=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E9=94=99=E8=AF=AF=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/plugins/Email.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/plugins/Email.py b/client/plugins/Email.py index f31216e..b3c31cc 100644 --- a/client/plugins/Email.py +++ b/client/plugins/Email.py @@ -146,7 +146,7 @@ def fetchUnreadEmails(profile, since=None, markRead=False, limit=None): conn.select(readonly=(not markRead)) (retcode, messages) = conn.search(None, '(UNSEEN)') except Exception: - logger.warning("抱歉,您的邮箱账户验证失败了") + logger.warning("抱歉,您的邮箱账户验证失败了,请检查下配置") return None if retcode == 'OK' and messages != ['']: