mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-26 22:35:51 +03:00
[PR #764] [MERGED] fix: 修复 IMAP fetch 方法返回生成器导致的 TypeError #750
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#750
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/764
Author: @nightwhite
Created: 11/10/2025
Status: ✅ Merged
Merged: 11/10/2025
Merged by: @dreamhunter2333
Base:
main← Head:patch-2📝 Commits (1)
d2442cdfix: 修复 IMAP fetch 方法返回生成器导致的 TypeError📊 Changes
1 file changed (+8 additions, -8 deletions)
View changed files
📝
smtp_proxy_server/imap_server.py(+8 -8)📄 Description
修复了在 K8s 环境中运行时出现的错误:
File "/usr/local/lib/python3.12/site-packages/twisted/mail/imap4.py", line 1685, in __cbManualSearch
lastSequenceId = result and result[-1][0]
TypeError: 'generator' object is not subscriptable
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.