mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-08-06 14:03:58 +08:00
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>
11 lines
285 B
Plaintext
11 lines
285 B
Plaintext
proxy_url=https://temp-email-api.xxx.xxx
|
|
port=8025
|
|
imap_port=11143
|
|
# smtp_tls_cert=/path/to/cert.pem
|
|
# smtp_tls_key=/path/to/key.pem
|
|
# imap_tls_cert=/path/to/cert.pem
|
|
# imap_tls_key=/path/to/key.pem
|
|
# imap_cache_size=500
|
|
# imap_http_timeout=30.0
|
|
# imap_flag_db_path=data/imap_flags.db
|