gchq/CyberChef

Operation request: MIME rfc2047

Open

#538 opened on Apr 9, 2019

View on GitHub
 (2 comments) (1 reaction) (0 assignees)JavaScript (3,944 forks)batch import
help wantedoperation

Repository metrics

Stars
 (34,843 stars)
PR merge metrics
 (Avg merge 57d 13h) (62 merged PRs in 30d)

Description

Summary

can you please add email MIME header decoding. see the following for info and examples https://www.ietf.org/rfc/rfc2047.txt http://dogmamix.com/MimeHeadersDecoder/

Example

input: From: =?US-ASCII?Q?Keith_Moore?= moore@cs.utk.edu To: =?ISO-8859-1?Q?Keld_J=F8rn_Simonsen?= keld@dkuug.dk CC: =?ISO-8859-1?Q?Andr=E9?= Pirard PIRARD@vm1.ulg.ac.be Subject: =?ISO-8859-1?B?SWYgeW91IGNhbiByZWFkIHRoaXMgeW8=?= =?ISO-8859-2?B?dSB1bmRlcnN0YW5kIHRoZSBleGFtcGxlLg==?=

output: From: Keith Moore moore@cs.utk.edu To: Keld Jørn Simonsen keld@dkuug.dk CC: André Pirard PIRARD@vm1.ulg.ac.be Subject: If you can read this you understand the example.

Contributor guide