diff --git a/application/Espo/Core/Mail/Account/Fetcher.php b/application/Espo/Core/Mail/Account/Fetcher.php index e770b9ff83..58f265693b 100644 --- a/application/Espo/Core/Mail/Account/Fetcher.php +++ b/application/Espo/Core/Mail/Account/Fetcher.php @@ -97,6 +97,7 @@ class Fetcher /** * @param Collection $filterList * @throws Error + * @throws ImapError */ private function fetchFolder( Account $account, @@ -211,6 +212,7 @@ class Fetcher /** * @return int[] * @throws Error + * @throws ImapError */ private function fetchIds( Account $account,