@@ -48,7 +48,6 @@ |
||
48 | 48 | use OCA\Mail\Model\IMessage; |
49 | 49 | use OCA\Mail\Model\Message; |
50 | 50 | use OCA\Mail\Model\ReplyMessage; |
51 | -use OCA\Mail\Service\AutoCompletion\AddressCollector; |
|
52 | 51 | use OCA\Mail\Service\IAccount; |
53 | 52 | use OCA\Mail\Service\IMailBox; |
54 | 53 | use OCP\IConfig; |
@@ -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 |