func mime.decode

3 uses

	mime (current package)
		encodedword.go#L224: 	content, err := decode(encoding, text)
		encodedword.go#L285: 		content, err := decode(encoding, text)
		encodedword.go#L314: func decode(encoding byte, text string) ([]byte, error) {