jhermsmeier/node-envelope

message body not decoded when contentTransferEncoding is uppercase

BramEsposito opened this issue · 1 comments

The contentTransferEncoding header indicates weather the body is encoded as "quoted-printable". Some messages have a header with uppercase "QUOTED-PRINTABLE" and these are not decoded by envelope.

@jhermsmeier please review my PR