encoding

package
v0.0.0-...-41ef739 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 24, 2016 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ContentTransferType

type ContentTransferType string

ContentTransferType is a type suitable to be used for a "Content-Transfer-Encoding" header.

const (

	// Base64 (taken from RFC1341) Content-Transfer-Encoding is designed to represent arbitrary sequences of octets in a form that is not humanly readable.
	Base64 ContentTransferType = "base64"
	// QuotedPrintable (taken from RFC1341) encoding is intended to represent data that largely consists of octets that correspond to printable characters in the ASCII character set.
	QuotedPrintable ContentTransferType = "quoted-printable"

	// Binary implies that no encoding has been performed on the data.
	Binary ContentTransferType = "binary"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL