提交 7549f0c2 编写于 作者: R root

Tue Jun 3 12:14:00 CST 2025 inscode

上级 7a97d9df
......@@ -244,9 +244,9 @@ class EmailFetcher:
def extract_email_content(client_id,refresh_token):
fetcher = EmailFetcher(client_id, refresh_token)
# 获取最新50封邮件
emails = fetcher.fetch_emails(top=5)
emails = fetcher.fetch_emails(top=1)
for email in emails:
# print(email)
print(email)
# 使用正则表达式提取验证码
code = fetcher.extract_verification_code(
email=email,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册