veqryn/go-email

Case Sensitive Content-Transfer-Encoding

HoldenMorris opened this issue · 1 comments

if headers.Get("Content-Transfer-Encoding") == "quoted-printable" {

some clients use e.g. "Content-Transfer-Encoding: Quoted-Printable"

Additionally, 'Base64" vs "base64" is one my team came across today!