mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-26 06:15:52 +03:00
[PR #225] [MERGED] feat: add imap proxy server #464
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#464
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?
📋 Pull Request Information
Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/225
Author: @dreamhunter2333
Created: 5/11/2024
Status: ✅ Merged
Merged: 5/12/2024
Merged by: @dreamhunter2333
Base:
main← Head:feature/dev📝 Commits (1)
0db4ed5feat: add imap proxy server📊 Changes
14 files changed (+349 additions, -24 deletions)
View changed files
📝
CHANGELOG.md(+6 -0)📝
README.md(+21 -1)➕
smtp_proxy_server/config.py(+21 -0)📝
smtp_proxy_server/docker-compose.yaml(+2 -0)📝
smtp_proxy_server/dockerfile(+1 -1)➕
smtp_proxy_server/imap_server.py(+199 -0)➕
smtp_proxy_server/main.py(+24 -0)➕
smtp_proxy_server/models.py(+10 -0)➕
smtp_proxy_server/parse_email.py(+38 -0)📝
smtp_proxy_server/requirements.txt(+1 -0)📝
smtp_proxy_server/smtp_server.py(+8 -15)📝
vitepress-docs/docs/.vitepress/zh.ts(+2 -2)➕
vitepress-docs/docs/public/feature/imap.png(+0 -0)📝
vitepress-docs/docs/zh/guide/feature/config-smtp-proxy.md(+16 -5)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.