From 88859482918a073d2226e11940f3f517166d2eb3 Mon Sep 17 00:00:00 2001 From: Dream Hunter Date: Sat, 4 Apr 2026 18:51:58 +0800 Subject: [PATCH] docs: add ENABLE_MAIL_GZIP to wrangler.toml.template (#937) Co-authored-by: Claude Opus 4.6 --- worker/wrangler.toml.template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/worker/wrangler.toml.template b/worker/wrangler.toml.template index 259b2bbf..04ace37e 100644 --- a/worker/wrangler.toml.template +++ b/worker/wrangler.toml.template @@ -123,6 +123,8 @@ ENABLE_AUTO_REPLY = false # REMOVE_EXCEED_SIZE_ATTACHMENT = true # remove all attachment, mail maybe mising some information due to parsing # 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. # ENABLE_AI_EMAIL_EXTRACT = true # AI model name, choose from https://developers.cloudflare.com/workers-ai/models/#text-generation