I have a problem to create dynamically configurated email-parser on Laravel (configurations from my DB, not from config file), so I tried to inherit your Imapx (add a constuctor with parameters), but private variables don't allowed to changing using inheritation.((( So I think would be better to change private to protected.
I don't know it is necessary for imapxPHP.php or not, but for Laravel version this fix will be good, I think.
I have a problem to create dynamically configurated email-parser on Laravel (configurations from my DB, not from config file), so I tried to inherit your Imapx (add a constuctor with parameters), but private variables don't allowed to changing using inheritation.((( So I think would be better to change private to protected. I don't know it is necessary for imapxPHP.php or not, but for Laravel version this fix will be good, I think.