Page MenuHomePhorge

Add imap:cleanup command
ClosedPublic

Authored by machniak on Sep 25 2023, 3:46 PM.
Tags
None
Referenced Files
F12010200: D4546.diff
Sat, May 4, 11:13 PM
Unknown Object (File)
Mon, Apr 29, 2:35 AM
Unknown Object (File)
Thu, Apr 18, 10:34 AM
Unknown Object (File)
Wed, Apr 17, 10:56 AM
Unknown Object (File)
Wed, Apr 17, 10:56 AM
Unknown Object (File)
Wed, Apr 17, 10:56 AM
Unknown Object (File)
Wed, Apr 17, 10:56 AM
Unknown Object (File)
Mon, Apr 15, 4:27 AM
Subscribers
Restricted Project

Details

Reviewers
None
Group Reviewers
Restricted Project
Commits
rKed51185b3ee1: Add imap:cleanup command
Summary

Replaces aclCleanupJob run on user delete with a command that should be run at night.

Test Plan

./phpunit

Diff Detail

Repository
rK kolab
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

machniak created this revision.
mollekopf added inline comments.
src/app/Console/Kernel.php
30

Let's first merge this without directly scheduling the command, so we can first make sure it is going to work as intended.

Looks reasonable otherwise, let's merge it without the schedule and then have a look.

  • Comment out imap:cleanup in schedule
This revision was not accepted when it landed; it landed in state Needs Review.Sep 26 2023, 1:32 PM
This revision was automatically updated to reflect the committed changes.