Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/denomailer/config/mail/encoding.ts>quotedPrintableEncode

A SMTP-Client implementation for deno (to send mails!)
Go to Latest
function quotedPrintableEncode
import { quotedPrintableEncode } from "https://deno.land/x/denomailer@1.5.0/config/mail/encoding.ts";

Encodes a string as quotedPrintable

Parameters

data: string

string that needs encoding

optional
encLB = [UNSUPPORTED]

EXPERIMENTAL setting this to true will encode \r and \n. This might leed to problems