-
Notifications
You must be signed in to change notification settings - Fork 106
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
UTF8 encode error when receiving emails #403
Comments
I added this function at the beginning of the "cron/checkmail2.php" file :
Then I declared the variable $subject a bit earlier in the code and replaced occurences of "$header->subject" by "$subject": This should do the trick... I'm currently testing on my server but the cron is only once an hour... |
It's working ;) |
Dude, I have to say that i'm having so much fun right now ! |
Ok it's working :p But code is difficult to explain without a new fork... so .... You basicaly have to reproduce the function used to set a manager in a group. { Resulting functionnality is quite interesting. |
updated the following files: |
see #407 |
Hi, not sure of what this is, but i have an issue with incoming emails.
the subjects seems to be the only field affected, it tried to find the root cause but i couldn't:
"Test d'intégration #5" becomes " =?UTF-8?Q?Test_int=C3=A9gration_=233?= #5"
Could you please help me ?
This might be related to the email directly : i've seen in the header that the issue is already there, but if this is a new way of sending mails .... the app needs to be updated to right ?
The text was updated successfully, but these errors were encountered: