Fix: Mailbox Stats über Dovecot mit config/mailpool.php

main v1.0.12
boban 2025-10-21 20:00:08 +02:00
parent 95ab70e251
commit 6fc74a0906
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ class UpdateMailboxStats extends Command
if ($messageCount === null) {
$messageCount = $this->countViaFilesystem($maildir);
}
// optional: in Settings/Redis cachen (für UI)
Setting::set("mailbox.{$email}", [
'used_bytes' => (int)$usedBytes,