Module: stdgo.mime.quotedprintable
Overview
Index
-
function newReader(_r:stdgo._internal.io.Reader):stdgo.mime.quotedprintable.Reader
-
function newWriter(_w:stdgo._internal.io.Writer):stdgo.mime.quotedprintable.Writer
Classes
import
class Quotedprintable
Package quotedprintable implements quoted-printable encoding as specified by
RFC 2045.
Quotedprintable function newReader
function newReader(_r:stdgo._internal.io.Reader):stdgo.mime.quotedprintable.Reader
NewReader returns a quoted-printable reader, decoding from r.
Quotedprintable function newWriter
function newWriter(_w:stdgo._internal.io.Writer):stdgo.mime.quotedprintable.Writer
NewWriter returns a new Writer that writes to w.