Details
Details
- Reviewers
mollekopf - Group Reviewers
Restricted Project - Commits
- rKfa5008536cae: Delete an existing user mailbox in IMAP::createUser()
Diff Detail
Diff Detail
- Repository
- rK kolab
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| src/app/Backends/IMAP.php | ||
|---|---|---|
| 38–41 | I think we should fail here instead of automatically deleting.
| |
| src/app/Backends/IMAP.php | ||
|---|---|---|
| 38–41 | I described this in the ticket. For my purposes I want to be able to run many times php artisan migrate:refresh --seed on an existing system. | |
| src/app/Jobs/User/CreateJob.php | ||
| 106 | It automatically fails job on "mailbox already exists" case, any other exception will kill the job and it will be re-tried again. | |
| src/app/Jobs/User/CreateJob.php | ||
|---|---|---|
| 106 | I think this would deserve a comment, but makes sense. | |