-
Notifications
You must be signed in to change notification settings - Fork 84
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
Undefined variable: message in Argument.php line 54 #30
Comments
I sort of fixed this by removing the |
|
@adin234 this is not a solution for me, I am using Laravel 5.3 and I can't use the helper there. On a more personal note, if you just reply with a code snippet it suggests to me that you think I didn't research the issue properly. I am looking for support with my issue, replying with something I've already found in the documentation doesn't help. |
related to issue Eden-PHP#30
I have the same problem but using this library in Symfony |
I am facing the same problem while using it in laravel |
Same problem using it with Laravel 5.4. Call to undefined method Illuminate\Support\Facades\Mail::imap() ... Will someone kindly help |
use case
When setting up a new Imap class like so:
and trying to fetch the mailboxes like so
$imap->getMailboxes()
I get the following error message:
It seems to involve the following snippet
I haven't found the solution yet, but it seems that
$message
is never set.The text was updated successfully, but these errors were encountered: