-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught Error: Class 'greeny\MailLibrary\Contact' not found in #25
Comments
@1d0navan issue is related to custom autoloader in loader.php . Seems that on master it is fixed |
okay, im looking into it. |
I pulled from master branch and it's definitely works. |
I still get this problem when i implement it with: composer require php-mail-client/client How to fix this problem: [Uncaught Error: Class 'greeny\MailLibrary\Contact' not found] ?? Thanks a lot |
Same error on my end. When I do composer require php-mail-client/client it downloads ^3.2, so I had to adjust it to use dev-master and problem solved my issue. |
OK the branch dev and master are different. Two options:
|
Hello,
the application can`t find greeny\MailLibrary\Contact in the folders.
i just inserted
at the start.
To echo everything out, testwise - i wrote this little test for:
$driver = new ImapDriver('[email protected]', 'awgahiwiNI"N82ng', 'mailserver.de', 993, TRUE);
$connection = new Connection($driver);
$connection->getMailboxes();
The text was updated successfully, but these errors were encountered: