You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Since we updated PHP-IMAP to version ~5 in a project, we get an error message when calling getFolders() method on a Webklex\PHPIMAP\Client instance.
Before version 5 of PHP-IMAP (4.0, 4.1), everything worked fine.
Temporary solution is to give the 'hierarchical' parameter value = false: ->getFolders($hierarchical = false)
As I don't know if there may occur any side effects in later mail handling (e.g. move/delete messages), I create this bug report.
Describe the bug
Since we updated PHP-IMAP to version ~5 in a project, we get an error message when calling getFolders() method on a Webklex\PHPIMAP\Client instance.
Before version 5 of PHP-IMAP (4.0, 4.1), everything worked fine.
Temporary solution is to give the 'hierarchical' parameter value = false:
->getFolders($hierarchical = false)
As I don't know if there may occur any side effects in later mail handling (e.g. move/delete messages), I create this bug report.
Infos from a similar bug report #362 did not help.
Used config
I'm using https://oauth2-client.thephpleague.com/
with Microsoft Provider
https://github.com/stevenmaguire/oauth2-microsoft
in order to be able to use "OAuth2 client credentials flow" (see https://learn.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-client-creds-grant-flow )
Code to Reproduce
Following 2 (simplified) functions are located in a example class 'MyClass':
Expected behavior
IMAP folders should be echo'ed:
Actual behavior
Real token values replaced by xxxxxxxxxxx...
The text was updated successfully, but these errors were encountered: