-
-
Notifications
You must be signed in to change notification settings - Fork 252
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
Should iconv be a requirement? #115
Comments
Obviously, yep :) Transcoder requires either mb or iconv. |
Indeed. @chrissound Does that answer your question? |
How to solve this error? |
Perhaps we could add these as dependencies to the composer.json? I see iconv is a dependency for require-dev only? @mate01988 You need to install or enable the 'iconv' PHP extension. |
If we'll face the need to mark But first we need to stand strong charset test cases up. |
Transcoding is not a responsibility of this library but of ddeboer/imap (a thin wrapper around mb/iconv) instead. Tests for transcoding should be added to that library. |
Hi, the issue has been fixed in #196 thank you for your feedback. |
I've just run into the below error:
The text was updated successfully, but these errors were encountered: