@@ -12,7 +12,6 @@ |
||
12 | 12 | * */ |
13 | 13 | |
14 | 14 | use TYPO3\Flow\Annotations as Flow; |
15 | -use TYPO3\Flow\Mvc\ActionRequest; |
|
16 | 15 | use TYPO3\Flow\Reflection\ObjectAccess; |
17 | 16 | |
18 | 17 | /** |
@@ -73,6 +73,9 @@ |
||
73 | 73 | return count((array)$message->getTo()) + count((array)$message->getCc()) + count((array)$message->getBcc()); |
74 | 74 | } |
75 | 75 | |
76 | + /** |
|
77 | + * @param string $email |
|
78 | + */ |
|
76 | 79 | public static function getEmails($email) { |
77 | 80 | $filepath = FLOW_PATH_DATA . '/Messages/'; |
78 | 81 | $mailboxPath = $filepath . '/' . $email . '/'; |
@@ -11,7 +11,6 @@ |
||
11 | 11 | * The TYPO3 project - inspiring people to share! * |
12 | 12 | * */ |
13 | 13 | |
14 | -use TYPO3\Flow\Annotations as Flow; |
|
15 | 14 | use TYPO3\Flow\Utility\Files; |
16 | 15 | |
17 | 16 | /** |