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
Hello,
When I utilize the "getFolder" or "getFoldersWithStatus" client functions, the path returned for each one is not converting some characters like "í" and switching to "&AO0-". I was looking around and think that the problem is in Folder class where the path is not decoded, but name is.
After utilizing EncodingAliases class it works correctly.
The text was updated successfully, but these errors were encountered:
Hi @e-mend ,
many thanks for your report. Unfortunately I'm unable to reproduce the issue at this point.
Perhaps you are using an outdated version of webklex/php-imap? If that's the case, please update it to the latest version. This laravel-wrapper fully relies on the functionality of webklex/php-imap.
If the issue still persists, please head over here (https://github.com/Webklex/php-imap/issues/new?template=bug_report.md) and create a new issue. If you do, please provide as much information as possible (such as a failing test case or anything else which could help to reproduce the issue).
Hello,
When I utilize the "getFolder" or "getFoldersWithStatus" client functions, the path returned for each one is not converting some characters like "í" and switching to "&AO0-". I was looking around and think that the problem is in Folder class where the path is not decoded, but name is.
After utilizing EncodingAliases class it works correctly.
The text was updated successfully, but these errors were encountered: