Skip to main content
Module

x/denomailer/mod.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/mod.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