@@ -409,6 +409,10 @@ discard block |
||
409 | 409 | return \OC::$server->getURLGenerator()->getAbsoluteURL($htmlBodyUrl); |
410 | 410 | } |
411 | 411 | |
412 | + /** |
|
413 | + * @param integer $accountId |
|
414 | + * @param string $folderId |
|
415 | + */ |
|
412 | 416 | private function loadMultiple($accountId, $folderId, $ids) { |
413 | 417 | $messages = array_map(function($id) use ($accountId, $folderId){ |
414 | 418 | try { |
@@ -427,7 +431,7 @@ discard block |
||
427 | 431 | * @param $id |
428 | 432 | * @param $m |
429 | 433 | * @param IAccount $account |
430 | - * @param $mailBox |
|
434 | + * @param IMailBox $mailBox |
|
431 | 435 | * @return mixed |
432 | 436 | */ |
433 | 437 | private function enhanceMessage($accountId, $folderId, $id, $m, IAccount $account, $mailBox) { |
@@ -205,7 +205,7 @@ |
||
205 | 205 | } |
206 | 206 | |
207 | 207 | /** |
208 | - * @param $messageId |
|
208 | + * @param string $messageId |
|
209 | 209 | * @return array |
210 | 210 | */ |
211 | 211 | public function resolve($messageId) { |