From d25a693dc65a729b70bb848a1eb040628253684d Mon Sep 17 00:00:00 2001 From: Yurii Date: Mon, 2 Feb 2026 16:25:20 +0200 Subject: [PATCH] docs --- application/Espo/Core/Mail/Account/Fetcher.php | 2 ++ 1 file changed, 2 insertions(+) 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,