Back to packages list

Vals using quoted-printable

Description from the NPM package:
A robust & character encoding–agnostic JavaScript implementation of the `Quoted-Printable` content transfer encoding as defined by RFC 2045.
zerilliworks avatar
etherealExtractor
@zerilliworks
Script
Extract the decoded body of an email message encoded in quoted-printable format, sourcing from a public ethereal.email link. This supports a workflow for checking the HTML code generated by email tools; give a public ethereal.email message ID as the email_id param, and this val returns the body of the email as clipboard-ready text. (I just needed this really badly tonight!) Utterly unprepared for emails that are not quoted-printable content type. Will blow up.
1
Next