Merge pull request #4556 from nextcloud/enhancement/add-feature-occ-mail-account-delete
Add delete command to OCC
No related branches found
No related tags found
Showing
- appinfo/info.xml 1 addition, 0 deletionsappinfo/info.xml
- lib/Command/DeleteAccount.php 92 additions, 0 deletionslib/Command/DeleteAccount.php
- lib/Service/AccountService.php 15 additions, 0 deletionslib/Service/AccountService.php
- tests/Unit/Command/DeleteAccountTest.php 68 additions, 0 deletionstests/Unit/Command/DeleteAccountTest.php
- tests/Unit/Service/AccountServiceTest.php 29 additions, 0 deletionstests/Unit/Service/AccountServiceTest.php
lib/Command/DeleteAccount.php
0 → 100644
tests/Unit/Command/DeleteAccountTest.php
0 → 100644
Please register or sign in to comment