Skip to content
This repository has been archived by the owner on Apr 13, 2018. It is now read-only.

Commit

Permalink
完善邮箱登录错误提示
Browse files Browse the repository at this point in the history
  • Loading branch information
wzpan committed Aug 13, 2017
1 parent 84f9ddc commit 77a886d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/plugins/Email.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 != ['']:
Expand Down

0 comments on commit 77a886d

Please sign in to comment.