mirror of
https://github.com/beilunyang/moemail.git
synced 2026-05-11 18:11:27 +08:00
feat: Add email deletion functionality
This commit is contained in:
@@ -4,7 +4,7 @@ interface Env {
|
||||
|
||||
const CLEANUP_CONFIG = {
|
||||
// Whether to delete expired emails
|
||||
DELETE_EXPIRED_EMAILS: false,
|
||||
DELETE_EXPIRED_EMAILS: true,
|
||||
|
||||
// Whether to delete messages from expired emails if not deleting the emails themselves
|
||||
DELETE_MESSAGES_FROM_EXPIRED: true,
|
||||
|
||||
Reference in New Issue
Block a user