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

Folder path wrongly decoded #499

Closed
e-mend opened this issue Oct 23, 2024 · 1 comment
Closed

Folder path wrongly decoded #499

e-mend opened this issue Oct 23, 2024 · 1 comment

Comments

@e-mend
Copy link

e-mend commented Oct 23, 2024

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.

image

After utilizing EncodingAliases class it works correctly.

image

@Webklex
Copy link
Owner

Webklex commented Jan 19, 2025

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).

Best regards & happy coding,

@Webklex Webklex closed this as completed Jan 19, 2025
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

2 participants