package
2.0.0
Repository: https://github.com/webnice/kit.git
Documentation: pkg.go.dev

# Functions

NewReader returns a quoted-printable reader, decoding from r.
NewWriter returns a new Writer that writes to w.

# Constants

BEncoding represents Base64 encoding scheme as defined by RFC 2045.
QEncoding represents the Q-encoding scheme as defined by RFC 2047.

# Structs

Reader is a quoted-printable decoder.
A WordDecoder decodes MIME headers containing RFC 2047 encoded-words.
A Writer is a quoted-printable writer that implements io.WriteCloser.

# Type aliases

A WordEncoder is a RFC 2047 encoded-word encoder.