Hi everyone,
I’ve noticed that incoming emails, especially from devices like FritzBox routers, sometimes contain MIME-encoded headers (e.g. Subject
that look like this:
Instead of seeing the decoded string (fb7590 edge in this case), EspoCRM displays the encoded form literally. While the MIME encoding is technically correct and RFC-compliant (even if the content itself is plain ASCII), I would expect EspoCRM to decode this automatically – as most mail clients do.
Is there a way to enable or enforce decoding of MIME-encoded words in email headers (especially the subject)?
Any hints regarding configuration options, extensions, or relevant files to look at would be much appreciated. Alternatively, is this a known limitation or a bug?
Thanks in advance!
Martin
I’ve noticed that incoming emails, especially from devices like FritzBox routers, sometimes contain MIME-encoded headers (e.g. Subject

Code:
=?UTF-8?B?ZmI3NTkwIGVkZ2U=?=
Is there a way to enable or enforce decoding of MIME-encoded words in email headers (especially the subject)?
Any hints regarding configuration options, extensions, or relevant files to look at would be much appreciated. Alternatively, is this a known limitation or a bug?
Thanks in advance!
Martin
Comment