Explorar el Código

removed unnecessary mailbox disconnect

master
Evgeniy Ierusalimov hace 2 semanas
padre
commit
3ca37a5d6b
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0
    2
      src/Service/MailFetcher.php

+ 0
- 2
src/Service/MailFetcher.php Ver fichero

@@ -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…
Cancelar
Guardar