@@ -408,6 +408,10 @@ |
||
408 | 408 | return \OC::$server->getURLGenerator()->getAbsoluteURL($htmlBodyUrl); |
409 | 409 | } |
410 | 410 | |
411 | + /** |
|
412 | + * @param integer $accountId |
|
413 | + * @param string $folderId |
|
414 | + */ |
|
411 | 415 | private function loadMultiple($accountId, $folderId, $ids) { |
412 | 416 | $messages = array_map(function($id) use ($accountId, $folderId){ |
413 | 417 | try { |