mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-26 06:15:52 +03:00
[GH-ISSUE #203] 可以实现api或者imap提取邮件吗? #65
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#65
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @666-eth on GitHub (May 4, 2024).
Original GitHub issue: https://github.com/dreamhunter2333/cloudflare_temp_email/issues/203
请描述您的 Feature
可以实现api或者imap提取邮件吗?
描述您想要的解决方案
有些时候批量收取邮件的时候有办法api提取验证码或者是imap提取吗?能实现吗老哥
描述您考虑过的替代方案
附加上下文
@dreamhunter2333 commented on GitHub (May 5, 2024):
api 提取是可以的,ui 界面就是通过api 查询的(我之后加一下文档),imap 我看看如何实现
@dreamhunter2333 commented on GitHub (May 5, 2024):
api 查询邮件的文档
https://temp-mail-docs.awsl.uk/zh/guide/feature/mail-api.html
@xiewei3536 commented on GitHub (May 6, 2024):
大佬,有可能弄出telegram bot吗?
@pdhapy commented on GitHub (May 6, 2024):
哈,正好前两天刚看到个项目:mail2telegram https://github.com/TBXark/mail2telegram
@dreamhunter2333 commented on GitHub (May 6, 2024):
是说邮件推送到 telegram bot 么,集成应该不复杂
@xiewei3536 commented on GitHub (May 6, 2024):
对的,希望可以在bot中建立邮件、收到邮件
@dreamhunter2333 commented on GitHub (May 12, 2024):
已支持 imap proxy server,密码填写
邮箱地址凭证文档,https://temp-mail-docs.awsl.uk/zh/guide/feature/config-smtp-proxy.html
可以使用 thunderbird 登录
https://www.thunderbird.net/en-US/
@666-eth commented on GitHub (May 13, 2024):
老大你也太棒了把!!!
@666-eth commented on GitHub (May 13, 2024):
老哥 8787端口怎么启动啊 api 的
@dreamhunter2333 commented on GitHub (May 14, 2024):
https://temp-mail-docs.awsl.uk/zh/guide/feature/config-smtp-proxy.html
proxy_url=https://temp-email-api.xxx.xxx配置成后端worker地址即可,环境变量配置
@wsgehaishan520 commented on GitHub (May 14, 2024):
原来是这样,我还以为在docker里启动8787呢,摸排好久哈
@wsgehaishan520 commented on GitHub (May 14, 2024):
还有一个api收信里面的send_body怎么写呀,我看没有这个参数的模版,有的是发信里面的模板
@dreamhunter2333 commented on GitHub (May 15, 2024):
文档有点错误,使用get 请求即可,无需 body
@wsgehaishan520 commented on GitHub (May 15, 2024):
文档里确实 好多都没有更新了,建议更新一下哈,我们新手只能看文档搭建。走了挺多弯路的
@dreamhunter2333 commented on GitHub (May 16, 2024):
好的,之后更新下文档
@dreamhunter2333 commented on GitHub (May 16, 2024):
已支持推送邮件和查看邮件,不过受限于 tg 和 后台的限制,很多邮件解析不了
@dreamhunter2333 commented on GitHub (May 16, 2024):
已更新文档