소스 검색

removed unnecessary mailbox disconnect

master
Evgeniy Ierusalimov 2 주 전
부모
커밋
3ca37a5d6b
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0
    2
      src/Service/MailFetcher.php

+ 0
- 2
src/Service/MailFetcher.php 파일 보기

@@ -64,8 +64,6 @@ readonly class MailFetcher
64 64
                 $this->logger->debug("Skipped mail with id=" . $mailId);
65 65
             }
66 66
         }
67
-
68
-        $mailbox->disconnect();
69 67
     }
70 68
 
71 69
     private function canProcessMail(IncomingMail $mail): bool

Loading…
취소
저장