zalazdi/laravel-imap

Connection attribute in Client.php must not be protected

Opened this issue · 1 comments

The $connection attribute is protected in Client class. But this will lead to a fatal error in Message.php (line 97).

You should make the connection public or add an getConnection() method.

@parusel

how to change ? make it public does not work? would you please show me some useful code please.

The Author is too lazy , the readme doc is really not helpful