On Apple Mail when I send an email with Base64 encoding (from a Perl script) the Apple Mail client is not decoding it's subject line i.e. it is showing raw base64 encoded text.
So when I am sending below from my Perl script:
Subject: =?UTF-8?B?IPCfjLkgVGhlIGVuY2hhbnRpbmcgc291bmR0cmFjayB0byAnQmVhdXR5IEFuZCBUaGUgQ mVhc3Qn
IGlzIG91dCB0b2RheSEg8J+MuQ==
?=
Instead of showing this: The enchanting soundtrack to 'Beauty And The Beast' is out today!
It is showing below in subject line:
=?UTF-8?B?IPCfjLkgVGhlIGVuY2hhbnRpbmcgc291bmR0cmFjayB0byAnQmVhdXR5IEFuZCBUaGUgQm Vhc3Qn
IGlzIG91dCB0b2RheSEg8J+MuQ==
?=
Please can you advise why this is happening.
It appears to be issue with Apple Mail client, as the same subject line is working fine on all other mail clients.
Let me know if I missed to explain anything.
Best regards, Amar