CorentinTh / it-tools

Collection of handy online tools for developers, with great UX.
https://it-tools.tech
GNU General Public License v3.0
22.82k stars 2.76k forks source link

Mime header (RFC 2047) encoder and decoder #1076

Open olivernybo opened 6 months ago

olivernybo commented 6 months ago

What tool do you want? A mime header (RFC 2047) encoder and decoder

Describe the solution you'd like Encoder: an input box where you type your UTF-8 text and another box where the output is placed to copy from. Decoder: an input box where you paste your encoded text and another box where the output is placed to copy from.

Is there an example of this tool in the wild? Link to existing tool: https://www.manty.co.kr/bbs/ext/mime-text Documentation: https://datatracker.ietf.org/doc/html/rfc2047#section-2

Additional context This is something I use a lot for ntfy notifications.

sharevb commented 6 months ago

Hi @olivernybo and @CorentinTh , implemented in https://github.com/CorentinTh/it-tools/pull/930

olivernybo commented 6 months ago

@sharevb Apologies, I didn't see that! Hope it gets merged soon.