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

Error: PHP Request Shutdown: Mailbox name is not valid mUTF-7 (0.001 + 0.047 + 0.047 secs). (errflg=2) #30

Open
mschrading opened this issue Jan 29, 2024 · 1 comment

Comments

@mschrading
Copy link

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

@mschrading
Copy link
Author

Got it:
I wanted to load all mailboxes at once ... Better to load one after another...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant