EC-Nordbund / denomailer

A SMTP-Client implementation for deno (to send mails!)
https://deno.land/x/denomailer
MIT License
50 stars 16 forks source link

feat: add transfer encoding #3

Closed mathe42 closed 2 years ago

mathe42 commented 2 years ago

closes #1

This PR adds the following:

  1. add a quotedPrintableEncode Function and expose it so custom content can be encoded with it.
  2. encode html and content with that function