mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-08-21 00:07:00 +08:00
fix(imap-proxy): persist IMAP flags and mark mail as read (#1090)
Fix IMAP flag persistence so read/unread state survives reconnects, and align SEARCH/FETCH behavior with persisted flags. Co-authored-by: bounce12340 <bounce12340@users.noreply.github.com>
This commit is contained in:
@@ -12,3 +12,6 @@ services:
|
||||
- proxy_url=https://temp-email-api.xxx.xxx
|
||||
- port=8025
|
||||
- imap_port=11143
|
||||
volumes:
|
||||
# Persists IMAP flags (e.g. \Seen) across container restarts
|
||||
- ./data:/app/data
|
||||
|
||||
Reference in New Issue
Block a user