gchq/CyberChef

Operation request: MIME rfc2047

Open

#538 geöffnet am 9. Apr. 2019

Auf GitHub ansehen
 (2 Kommentare) (1 Reaktion) (0 zugewiesene Personen)JavaScript (3.944 Forks)batch import
help wantedoperation

Repository-Metriken

Stars
 (34.843 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 57T 13h) (62 gemergte PRs in 30 T)

Beschreibung

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