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

Does not work when a folder name contains umlauts: Entwürfe #383

Closed
freescout-helpdesk opened this issue Mar 3, 2023 · 2 comments
Closed
Labels
bug Something isn't working validated

Comments

@freescout-helpdesk
Copy link
Contributor

Previous version of this library (laravel-imap) was throwing "Mailbox name is not valid mUTF-7" error.
Current php-imap library simply returns an empty folder:

$folder = $client->getFolderByPath('INBOX.Entwürfe');

In our fork of laravel-imap we've fixed it using imap_utf8_to_mutf7() function:
freescout-help-desk/freescout#2793 (comment)

@Webklex Webklex added bug Something isn't working validated labels Mar 6, 2023
@Webklex
Copy link
Owner

Webklex commented Mar 6, 2023

Hi @freescout-helpdesk ,
many thanks for reporting it here. I was able to reproduce the issue.

However I don't have a solution for php 8.0. I'll have to dig a little deeper. I'm currently stuck here: php/php-src#10192

Best regards,

Webklex added a commit that referenced this issue Mar 7, 2023
@Webklex
Copy link
Owner

Webklex commented Mar 16, 2023

Fixed as of v5.1. Thanks @freescout-helpdesk for the report.

@Webklex Webklex closed this as completed Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working validated
Projects
None yet
Development

No branches or pull requests

2 participants