Files
jmap-webmail/lib/jmap
Matthieu MALVACHE 2ce06390ac fix(email): honor delete-to-trash setting for bulk delete
batchDelete always issued a permanent JMAP destroy, ignoring the
deleteAction preference (default: trash). Mirror the single-delete flow:
resolve the trash mailbox for the current account and route the batch
through batchMoveEmails; fall back to destroy only when the setting is
'permanent' or no trash mailbox is available. batchMoveEmails now accepts
an optional accountId to support shared-folder bulk moves.
2026-04-17 19:21:14 +02:00
..