type mime.WordDecoder

4 uses

	mime (current package)
		encodedword.go#L187: type WordDecoder struct {
		encodedword.go#L198: func (d *WordDecoder) Decode(word string) (string, error) {
		encodedword.go#L230: func (d *WordDecoder) DecodeHeader(header string) (string, error) {
		encodedword.go#L315: func (d *WordDecoder) convert(buf *strings.Builder, charset string, content []byte) error {