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:
Josh Tsai
2026-07-27 20:15:25 +08:00
committed by GitHub
parent 7eaa3b3b8e
commit 4c1e593d07
12 changed files with 605 additions and 34 deletions

View File

@@ -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