Skip to content
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

Fatal error on getting emails #186

Closed
PedroPMS opened this issue Dec 10, 2021 · 4 comments
Closed

Fatal error on getting emails #186

PedroPMS opened this issue Dec 10, 2021 · 4 comments
Labels
bug Something isn't working validating

Comments

@PedroPMS
Copy link

Hi, I'm facing some errors when trying to read some emails. A fatal error is always happening

PHP Fatal error: Uncaught ErrorException: Unknown: Unexpected characters at end of address: ; [email protected] (errflg=3) in Unknown:0

Stack trace:
#0 [internal function]: Illuminate\Fundation\Bootstrap\HandlerExceptions->handlerError()
#1 {main}
	thrown in Unknown
Segmentation fault

laravel-imap: 2.4.0
php-imap: 2.5.1

@Webklex Webklex added bug Something isn't working validating labels Dec 10, 2021
@Webklex
Copy link
Owner

Webklex commented Dec 10, 2021

Hi @PedroPMS ,
many thanks for your report. This sounds indeed odd. Can you try to pinpoint it down a little bit further? The callstack is a bit short to tell what might have caused this.

Does it still occur if you update to the current alpha version v3.0.0-alpha?

Best regards,

@PedroPMS
Copy link
Author

I figured out more things about it. The message "Unexpected characters at end of address: ; [email protected] (errflg=3)" is a Notice, but laravel try to handle in their own errors handler, and the segfault occurs there.

@Webklex Webklex closed this as completed Aug 25, 2022
@hhniao
Copy link
Contributor

hhniao commented Mar 13, 2023

@PedroPMS that mean "ignore it" is no any problem? i also met some problem.

@hhniao
Copy link
Contributor

hhniao commented Mar 13, 2023

@PedroPMS do you know how to disable display this message?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working validating
Projects
None yet
Development

No branches or pull requests

3 participants