Documentation
¶
Overview ¶
Package quotedprintable implements quoted-printable encoding as specified by RFC 2045.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
Reader is a quoted-printable decoder.
type Writer ¶
type Writer struct {
// Binary mode treats the writer's input as pure binary and processes end of
// line bytes as binary data.
Binary bool
// contains filtered or unexported fields
}
A Writer is a quoted-printable writer that implements io.WriteCloser.
Click to show internal directories.
Click to hide internal directories.