Emails and thai charset issue
When email is sent with windows-874 encoding, it will not show in mail manager as well as it will not be cached by mail-converter.
Welcome to Vtiger Community. To gain access for account, please contact [ community @ vtiger.com ]
When email is sent with windows-874 encoding, it will not show in mail manager as well as it will not be cached by mail-converter.
Some changes as below may help.
In …modules/Settings/MailConverter/handlers
@ mailscanner.php
Add under function performscannow() :
$mailrecord->_subject = utf8_encode( $mailrecord->_subject );
@ mailrecord.php
1. Replace "return $bodytext;" with: return utf8_encode($bodytext);
2. Replace "return $bodyhtml;" with: return utf8_encode($bodyhtml);
Sorry, checked it again and it is not working :-/ To reproduce error please send any email with THai language from outlook.com, and let mail scanner harvest it to the system. Thai font are trashed. Please label this ticket as a bug
Status changed to closed
Status changed to reopened
Title changed from Emails and windows-874 issue to Emails and thai charset issue
Copyright 2023 Vtiger. All rights reserved.