Selaa lähdekoodia

removed unnecessary mailbox disconnect

master
Evgeniy Ierusalimov 2 viikkoa sitten
vanhempi
commit
3ca37a5d6b
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. 0
    2
      src/Service/MailFetcher.php

+ 0
- 2
src/Service/MailFetcher.php Näytä tiedosto

@@ -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…
Peruuta
Tallenna