laravel-imap icon indicating copy to clipboard operation
laravel-imap copied to clipboard

Connection attribute in Client.php must not be protected

Open parusel opened this issue 7 years ago • 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 avatar May 09 '17 09:05 parusel

@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

maverickchangithub avatar Oct 10 '17 15:10 maverickchangithub