
Originally Posted by
florsery
Hello everybody
I encounter the same problem here, with 6.4CE. Everything displays ok in the list (sender, subject), but when clicked the same e-mail is displayed in the lower pane with artifacts instead of special characters. Any help or advice would be appreciated !
By the way, it is a fresh install and my first approach of SugarCRM: kudos to the team for this very nice and complete CRM software.
Problem fix.
Error found in crm/modules/InboundEmail/InboundEmail.php
line 3098
Code:
if(is_array($upperCaseKeyDecodeHeader['CONTENT-TYPE']) && isset($upperCaseKeyDecodeHeader['CONTENT-TYPE']['charset']) && !empty($upperCaseKeyDecodeHeader[$upperCaseKeyDecodeHeader['CONTENT-TYPE']]['charset'])) { replace on
Code:
if(is_array($upperCaseKeyDecodeHeader['CONTENT-TYPE']) && isset($upperCaseKeyDecodeHeader['CONTENT-TYPE']['charset']) && !empty($upperCaseKeyDecodeHeader['CONTENT-TYPE']['charset'])) {
Bookmarks