We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello together.
Whether somebody got this problem and I'm new to imap E-Mail clients please give me a hint what wrong.
After $this->mailbox = $this->iMapConnection->getMailbox($mailboxName);
$this->mailbox = $this->iMapConnection->getMailbox($mailboxName);
and work with this array: $selection = $this->mailbox->getMails(); and finished with response I'll get this errors:
$selection = $this->mailbox->getMails();
PHP Request Shutdown: Mailbox name is not valid mUTF-7 (0.001 + 0.031 + 0.030 secs). (errflg=2) PHP Request Shutdown: IMAP protocol error: No mailbox selected (0.000 + 0.000 secs). (errflg=2) PHP Request Shutdown: No mailbox selected (0.000 + 0.000 secs). (errflg=2)
Working with php8.3
Many thanks for any help or hint...
Michael
The text was updated successfully, but these errors were encountered:
Got it: I wanted to load all mailboxes at once ... Better to load one after another...
Sorry, something went wrong.
No branches or pull requests
Hello together.
Whether somebody got this problem and I'm new to imap E-Mail clients please give me a hint what wrong.
After
$this->mailbox = $this->iMapConnection->getMailbox($mailboxName);
and work with this array:
$selection = $this->mailbox->getMails();
and finished with response I'll get this errors:
PHP Request Shutdown: Mailbox name is not valid mUTF-7 (0.001 + 0.031 + 0.030 secs). (errflg=2)
PHP Request Shutdown: IMAP protocol error: No mailbox selected (0.000 + 0.000 secs). (errflg=2)
PHP Request Shutdown: No mailbox selected (0.000 + 0.000 secs). (errflg=2)
Working with php8.3
Many thanks for any help or hint...
Michael
The text was updated successfully, but these errors were encountered: