NicolasR

Results 1 comments of NicolasR

- **=?UTF-8?Q?** ..text.. **?=** "Q" -> QuotedPrintable encoded Just use : ` var quotedPrintable = require('quoted-printable'); ` ` var utf8 = require('utf8');` And do `utf8.decode(quotedPrintable.decode('Co=CC=82te=CC=81.pdf')) `