Re: [exim] Matching RFC 2047 encoded text

Top Page
Delete this message
Reply to this message
Author: Mathieu
Date:  
To: exim-users
Subject: Re: [exim] Matching RFC 2047 encoded text
Le 17/04/2019 à 14:47, Cyborg via Exim-users a écrit :
> In Case you need such a tool:

Or simply use Perl:

M="=?UTF-8?B?VXMgY29uZ3Jlc3MgaGVhcmluZyBvZiBtYWFuIGFsc2FhbiBNb25leSBsYXVuZHJ5INmC?=
       
=?UTF-8?B?2LbZitipINin2YTZg9mI2YbYutis2LHYsyDZhNi62LPZitmEINin2YTYo9mF2YjYp9mEINmE2YTZhdmE?=
        =?UTF-8?B?2YrYp9iv2YrYsSDZhdi52YYg2KfZhNi12KfZhti5?="
perl -C -MEncode -E "say decode('MIME-Header', '$M')"

Regards,
--
Mathieu