@@ -23,7 +23,6 @@ |
||
23 | 23 | use OCP\IRequest; |
24 | 24 | use OCA\Mail\Service\AliasesService; |
25 | 25 | use OCP\AppFramework\Controller; |
26 | -use OCP\AppFramework\Db\DoesNotExistException; |
|
27 | 26 | use OCP\AppFramework\Http\JSONResponse; |
28 | 27 | use OCP\AppFramework\Http; |
29 | 28 |
@@ -19,10 +19,7 @@ |
||
19 | 19 | */ |
20 | 20 | namespace OCA\Mail\Service; |
21 | 21 | |
22 | -use Exception; |
|
23 | -use OCA\Mail\Account; |
|
24 | 22 | use OCA\Mail\Db\AliasMapper; |
25 | -use OCP\IL10N; |
|
26 | 23 | |
27 | 24 | class AliasesService { |
28 | 25 |