[功能] 通过分割邮件原文来存储过大的邮件

作者: FroyoRab创建于 2026年1月29日更新于 2026年1月30日
标签enhancementgood first issue

Please describe your feature. The current solution has a problem that TG notifies when processing large emails, but the emails cannot be queried. By querying the logs, we can see the database insertion error: save email error Error: D1_ERROR: string or blob too big: SQLITE_TOOBIG. Image It can be seen that the failure to store the data is due to the blob/string being too large.

内容来源: dreamhunter2333/cloudflare_temp_email