The subject of the recieved e-mail has strange look after I've inputed Cyrillic characters into the Subject text-area:
=?UTF-8?B?0JfQsNC80L7QstC70LXQvdC90Y8g0L3QsCBiLmt0Yy11YS5jb20g0LLRltC0IDA=?= =?UTF-8?B?OC4wNi4yMDExIC0gMTU6NDM=?=
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | mimemail_1182360_01.patch | 489 bytes | sgabe |
Comments
Comment #1
sgabe commentedThe text is UTF-8 encoded, this is normal.
Comment #2
sgabe commentedComment #3
khiminrm commentedThanks for quick response. Is there a way to use Cyrillic characters in the subject for correct display it in a mail?
Comment #4
jefftrnr commentedI saw the same problem when the Newsletter had an apostrophy (') in it.
Could this be because mime_header_encode is used twice on the subject string in the mimemail.module file?
I've found it in two functions: mimemail_prepare_message and mimemail_mailengine.
And, I noticed that if I comment out the line with it in mimemail_prepare_message, my subject line looks in test messages works fine.
khiminrm, give that a try and see if it works for you. Is removing this line a cause for alarm? or is it redundant?
Comment #5
khiminrm commented@jefftrnr: Thanks! It works fine, no error messages. I have commented the line 266 in mimemail.module.
Comment #6
sgabe commentedCommitted.
Comment #7
sgabe commentedCorrecting title.