mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-09-05 07:27:27 +08:00
docs: add ENABLE_MAIL_GZIP to wrangler.toml.template (#937)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
7c6d0d7c8a
commit
8885948291
@@ -123,6 +123,8 @@ ENABLE_AUTO_REPLY = false
|
|||||||
# REMOVE_EXCEED_SIZE_ATTACHMENT = true
|
# REMOVE_EXCEED_SIZE_ATTACHMENT = true
|
||||||
# remove all attachment, mail maybe mising some information due to parsing
|
# remove all attachment, mail maybe mising some information due to parsing
|
||||||
# REMOVE_ALL_ATTACHMENT = true
|
# REMOVE_ALL_ATTACHMENT = true
|
||||||
|
# enable gzip compressed email storage in raw_blob column (run db_migration first)
|
||||||
|
# ENABLE_MAIL_GZIP = true
|
||||||
# AI email extraction, automatically extract verification codes, auth links, etc.
|
# AI email extraction, automatically extract verification codes, auth links, etc.
|
||||||
# ENABLE_AI_EMAIL_EXTRACT = true
|
# ENABLE_AI_EMAIL_EXTRACT = true
|
||||||
# AI model name, choose from https://developers.cloudflare.com/workers-ai/models/#text-generation
|
# AI model name, choose from https://developers.cloudflare.com/workers-ai/models/#text-generation
|
||||||
|
|||||||
Reference in New Issue
Block a user