-
Notifications
You must be signed in to change notification settings - Fork 459
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
imap_last_error() #523
Comments
I've merged the fix from @bapcltd-marv to the develop branch. Please test. :) |
А что проверять? Я проверил перед тем, как Вам писать. |
i.e. does the error still occur with the latest code. |
Yes. if I write the 'imap_open' function manually for test then it works. |
Same here |
The solution for me is leaving out |
Is this issue still reproduceable with the latest release 4.3.0? |
Might be also related to the issue #571. |
Closing this issue for now. If the issue should still occur, please comment this issue or open a new one. |
Environment (please complete the following information):
Your Text
Файл Imap.php, статический метод open(). Не отрабатывается код для вывода imap_last_error(), выводит сообщение об ошибке:
imap_open(): Couldn't open stream
В таком варианте код отрабатывается, срабатывает исключение с выводом imap_last_error(), добавил @ перед imap_open()
IMAP error:Can not authenticate to IMAP server: [AUTHENTICATIONFAILED] Authentication failed.
Как можно это исправить?
The text was updated successfully, but these errors were encountered: