There was an error while loading. Please reload this page.
1 parent fb10c94 commit 0e75d7eCopy full SHA for 0e75d7e
src/Connection/Protocols/ImapProtocol.php
@@ -940,7 +940,7 @@ public function getUid(?int $id = null): Response {
940
$uids = $this->uid_cache;
941
942
if ($id == null) {
943
- return Response::empty($this->debug)->setResult($uids);
+ return Response::empty($this->debug)->setResult($uids)->setCanBeEmpty(true);
944
}
945
946
foreach ($uids as $k => $v) {
0 commit comments