mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 22:05:51 +03:00
[PR #672] [MERGED] fix: imap cannot update message #690
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#690
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/672
Author: @dreamhunter2333
Created: 6/20/2025
Status: ✅ Merged
Merged: 6/20/2025
Merged by: @dreamhunter2333
Base:
main← Head:feature/dev📝 Commits (1)
696223cfix: imap cannot update message📊 Changes
2 files changed (+116 additions, -53 deletions)
View changed files
📝
smtp_proxy_server/imap_server.py(+112 -49)📝
smtp_proxy_server/requirements.txt(+4 -4)📄 Description
User description
#668
PR Type
Bug fix, Enhancement
Description
Fixed issue with IMAP server not updating message counts correctly.
Implemented dynamic message fetching with batching for better performance.
Added
_update_message_countmethod to synchronize message counts.Updated dependencies in
requirements.txtfor compatibility and improvements.Changes walkthrough 📝
imap_server.py
Refactor IMAP message fetching and count synchronizationsmtp_proxy_server/imap_server.py
_update_message_countmethod to synchronize message counts.fetchmethod to use a generator for dynamic email fetching.requirements.txt
Update dependencies for compatibility and improvementssmtp_proxy_server/requirements.txt
pydantic-settingsto version 2.9.1.requeststo version 2.32.4.Twistedto version 25.5.0.httpxto version 0.28.1.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.